Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexito4/asyncchannel


https://github.com/alexito4/asyncchannel

swift swift-concurrency

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# AsyncChannel

> ⚠️ This is just a proof of concept. Not intendeed to be used in production environments.

Implementation of an `AsyncChannel` type built on top of Swift's Concurrency. The purpose of it is to let you communicate between two independent systems.

Read more: [Building a Channel with Swift Concurrency Continuations](https://alejandromp.com/blog/building-a-channel-with-swift-concurrency-continuations/)

# Author

Alejandro Martinez | http://alejandromp.com | [@alexito4](https://twitter.com/alexito4)