We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 655b003 commit 69a27b2Copy full SHA for 69a27b2
1 file changed
README.md
@@ -160,3 +160,8 @@ Some related libraries:
160
* [swift-async-queue](https://github.com/dfed/swift-async-queue)
161
* [Queue](https://github.com/mattmassicotte/Queue)
162
* [Semaphore](https://github.com/groue/Semaphore)
163
+
164
+# References
165
+* [GCD: Coalescing Dispatch Queues](https://www.mikeash.com/pyblog/friday-qa-2009-09-11-intro-to-grand-central-dispatch-part-iii-dispatch-sources.html)
166
+* [Stack Overflow: Combine debounce and throttle ](https://stackoverflow.com/questions/60295544/how-do-you-apply-a-combine-operator-only-after-the-first-message-has-been-receiv)
167
0 commit comments