Skip to content

Pull requests: apple/swift-async-algorithms

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

[Swift Evolution Proposal] Continuation
#404 opened Mar 5, 2026 by fabianfett Member Draft
Add new experimental _AsyncStreaming module
#400 opened Feb 13, 2026 by FranzBusch Member Loading…
Introduce a withDeadline method
#396 opened Jan 29, 2026 by FranzBusch Member Loading…
Add AsyncSequence.flatMapLatest operator
#395 opened Jan 27, 2026 by phausler Member Loading…
Request for Comments: Adding split
#394 opened Jan 17, 2026 by aDifferentJT Loading…
Add .editorconfig for consistent coding style
#372 opened Oct 15, 2025 by pyrtsa Loading…
Backward compatibility for share operator
#369 opened Sep 22, 2025 by stefanomondino Loading…
6 tasks done
Enable CI for macOS targets
#368 opened Sep 17, 2025 by phausler Member Loading…
Retry & Backoff
#364 opened Sep 5, 2025 by ph1ps Loading…
Fix AsyncBufferSequence leaking base sequence
#352 opened May 14, 2025 by wfltaylor Loading…
Add race, timeout, and deadline async functions
#343 opened Mar 5, 2025 by Skoti Loading…
Fix build failure on Swift Playground
#336 opened Oct 14, 2024 by kkebo Contributor Loading…
Add waitForAll method
#319 opened Jun 25, 2024 by b1ackturtle Loading…
Fix compile errors for Swift 6 language mode
#317 opened Jun 18, 2024 by b1ackturtle Loading…
async chunked sequences can produce empty chunks
#312 opened Apr 19, 2024 by rnro Loading…
Refactor Throttle to use the same engine style as Debounce
#290 opened Sep 6, 2023 by phausler Member Loading…
Add branch: "main" to SwiftPM section of README.md v1.0 Work leading up first API stable version
#278 opened Jul 23, 2023 by freysie Contributor Loading…
Merge provides all elements from the subsequences on cancellation v1.1 Post-1.0 work
#276 opened Jul 11, 2023 by fabianfett Member Loading…
Implement AsyncSequence.enumerated() v1.1 Post-1.0 work
#261 opened Apr 5, 2023 by adam-fowler Contributor Loading…
[Replay] implement with a bounded buffer strategy (v1.1) v1.1 Post-1.0 work
#245 opened Jan 5, 2023 by twittemb Contributor Draft
[Broadcast] implement the algorithm with a buffering strategy (v1.1) v1.1 Post-1.0 work
#242 opened Jan 1, 2023 by twittemb Contributor Loading…
ProTip! Filter pull requests by the default branch with base:main.