Skip to content

Commit 7a56e4b

Browse files
committed
Merge pull request #3205 from dfed/dfed--async-queue
Add AsyncQueue 12169bd
1 parent 0f1d0c9 commit 7a56e4b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,7 @@ Please see [CONTRIBUTING](https://github.com/vsouza/awesome-ios/blob/master/.git
477477
- [GroupWork](https://github.com/quanvo87/GroupWork) - Easy concurrent, asynchronous tasks in Swift.
478478
- [StickyLocking](https://github.com/stickytools/sticky-locking) - A general purpose embedded hierarchical lock manager used to build highly concurrent applications of all types.
479479
- [SwiftCoroutine](https://github.com/belozierov/SwiftCoroutine) - Swift coroutines library for iOS and macOS.
480+
- [AsyncQueue](https://github.com/dfed/swift-async-queue) - A library of queues that enable sending ordered tasks from synchronous to asynchronous contexts.
480481

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

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,7 @@ <h2 id="concurrency"><a class="anchor" aria-hidden="true" tabindex="-1" href="#c
582582
<li><a href="https://github.com/quanvo87/GroupWork">GroupWork</a> - Easy concurrent, asynchronous tasks in Swift.</li>
583583
<li><a href="https://github.com/stickytools/sticky-locking">StickyLocking</a> - A general purpose embedded hierarchical lock manager used to build highly concurrent applications of all types.</li>
584584
<li><a href="https://github.com/belozierov/SwiftCoroutine">SwiftCoroutine</a> - Swift coroutines library for iOS and macOS.</li>
585+
<li><a href="https://github.com/dfed/swift-async-queue">AsyncQueue</a> - A library of queues that enable sending ordered tasks from synchronous to asynchronous contexts.</li>
585586
</ul>
586587
<p><strong><a href="#contributing-and-collaborating">back to top</a></strong></p>
587588
<h2 id="core-data"><a class="anchor" aria-hidden="true" tabindex="-1" href="#core-data"><span class="octicon octicon-link"></span></a>Core Data</h2>

0 commit comments

Comments
 (0)