Skip to content

Commit

Permalink
Merge pull request #3205 from dfed/dfed--async-queue
Browse files Browse the repository at this point in the history
Add AsyncQueue
  • Loading branch information
vsouza authored Jan 6, 2025
2 parents 2389a70 + a03d6f3 commit 12169bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ Please see [CONTRIBUTING](https://github.com/vsouza/awesome-ios/blob/master/.git
- [GroupWork](https://github.com/quanvo87/GroupWork) - Easy concurrent, asynchronous tasks in Swift.
- [StickyLocking](https://github.com/stickytools/sticky-locking) - A general purpose embedded hierarchical lock manager used to build highly concurrent applications of all types.
- [SwiftCoroutine](https://github.com/belozierov/SwiftCoroutine) - Swift coroutines library for iOS and macOS.
- [AsyncQueue](https://github.com/dfed/swift-async-queue) - A library of queues that enable sending ordered tasks from synchronous to asynchronous contexts.

**[back to top](#contributing-and-collaborating)**

Expand Down

0 comments on commit 12169bd

Please sign in to comment.