Skip to content
Navigation Menu
Toggle navigation
Sign in
Product
GitHub Copilot
Write better code with AI
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
apple
/
swift-async-algorithms
Public
Notifications
You must be signed in to change notification settings
Fork
162
Star
3.2k
Code
Issues
27
Pull requests
20
Actions
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit History
Commits on Apr 22, 2025
Move platform requirements to availability annotations (#348)
Show description for 042e1c4
glbrntt
authored
042e1c4
Copy full SHA for 042e1c4
Commits on Mar 29, 2025
[CI] Add support for GitHub Actions (#344)
shahmishal
authored
57b0814
Copy full SHA for 57b0814
Commits on Mar 28, 2025
Fix doc paste mistake
FranzBusch
committed
9fcf11d
Copy full SHA for 9fcf11d
Fix yaml check and remove docker compose
FranzBusch
committed
08bb1bb
Copy full SHA for 08bb1bb
Language check
FranzBusch
committed
5878737
Copy full SHA for 5878737
License headers
FranzBusch
committed
552856a
Copy full SHA for 552856a
Documentation
FranzBusch
committed
ba30f20
Copy full SHA for ba30f20
Apply formatting
FranzBusch
committed
d5b49aa
Copy full SHA for d5b49aa
Format rules
FranzBusch
committed
ba33a22
Copy full SHA for ba33a22
Commits on Oct 9, 2024
Fix memory leak in Lock (#331)
orobio
authored
4c3ea81
Copy full SHA for 4c3ea81
Commits on Sep 2, 2024
Fix a few typos (#329)
Show description for 5c8bd18
qwerty3345
authored
5c8bd18
Copy full SHA for 5c8bd18
Commits on Aug 7, 2024
Use Bionic module from new Android overlay in Swift 6 instead (#326)
Show description for 2503842
finagolfin
authored
2503842
Copy full SHA for 2503842
Commits on Aug 6, 2024
Add Musl import, error if unrecognised platform (#325)
Show description for e83857c
adam-fowler
authored
e83857c
Copy full SHA for e83857c
Commits on Apr 10, 2024
Add support for `SWIFTCI_USE_LOCAL_DEPS` convention (#311)
Show description for 6ae9a05
kateinoigakukun
authored
6ae9a05
Copy full SHA for 6ae9a05
Commits on Apr 4, 2024
Fix some strict concurrency warnings (#310)
Show description for 46b4464
FranzBusch
authored
46b4464
Copy full SHA for 46b4464
Commits on Feb 28, 2024
Depend on specific products from swift-collections (#307)
Show description for d162617
erichoracek
authored
d162617
Copy full SHA for d162617
Commits on Jan 24, 2024
Update README.md (#306)
Show description for 14729ea
leogdion
authored
14729ea
Copy full SHA for 14729ea
Commits on Nov 17, 2023
Fix potential deadlocks when resuming a continuation while holding a lock (#303)
Show description for da4e36f
FranzBusch
authored
da4e36f
Copy full SHA for da4e36f
Commits on Oct 2, 2023
Fix typo in BoundedBufferStateMachine (#301)
GavrilikArt
authored
5bbdcc1
Copy full SHA for 5bbdcc1
Commits on Sep 27, 2023
Make throttle underscored (#296)
Show description for cb41700
FranzBusch
authored
cb41700
Copy full SHA for cb41700
Fix 5.7/5.8 build errors (#298)
Show description for 8cfdf03
FranzBusch
authored
8cfdf03
Copy full SHA for 8cfdf03
Remove `@_implementationOnly` usage (#294)
Show description for 6360ca0
FranzBusch
authored
6360ca0
Copy full SHA for 6360ca0
Commits on Sep 23, 2023
Require 5.8 for SPI
FranzBusch
committed
0a3866d
Copy full SHA for 0a3866d
Commits on Sep 21, 2023
Add support for the Swift package index (#297)
Show description for 260e198
FranzBusch
authored
260e198
Copy full SHA for 260e198
Remove majority of `@unchecked Sendable` usages (#295)
Show description for f565569
FranzBusch
authored
f565569
Copy full SHA for f565569
Ensure the last element of reduction in the throttle is emitted and use appropriate delay (#292)
phausler
authored
220f86f
Copy full SHA for 220f86f
Add a proposal for AsyncChannel (#216)
phausler
authored
c889832
Copy full SHA for c889832
Remove background correction in `AsyncTimerSequence` (#289)
Show description for 6dfbfd5
FranzBusch
authored
6dfbfd5
Copy full SHA for 6dfbfd5
Commits on Sep 19, 2023
Fix `chunks(countOf: 1)` (#293)
FranzBusch
authored
281e27c
Copy full SHA for 281e27c
Commits on Aug 22, 2023
Rework availability for executor to avoid warnings (#288)
phausler
authored
4a1fb99
Copy full SHA for 4a1fb99
Commits on Aug 18, 2023
Remove the validation packages from public products (#287)
Show description for b0ec469
FranzBusch
authored
b0ec469
Copy full SHA for b0ec469
Commits on Aug 15, 2023
Ensure tests work in deployments that host as swift 5.7 (#285)
phausler
authored
e639e5c
Copy full SHA for e639e5c
Commits on Aug 1, 2023
Fix more `Sendable` warnings and flaky test (#281)
Show description for 7ac31f9
FranzBusch
authored
7ac31f9
Copy full SHA for 7ac31f9
Commits on Jul 27, 2023
Mark all iterators as non-`Sendable` (#280)
FranzBusch
authored
f5d5fb6
Copy full SHA for f5d5fb6
Commits on Jul 24, 2023
Fix typo in Guides/Chunked.md (#277)
freysie
authored
df46b4c
Copy full SHA for df46b4c
Pagination
Previous
Next
You can’t perform that action at this time.