Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexito4/asyncchannel
https://github.com/alexito4/asyncchannel
swift swift-concurrency
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexito4/asyncchannel
- Owner: alexito4
- License: mit
- Created: 2021-12-25T10:48:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-02T08:51:58.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T21:49:18.959Z (6 months ago)
- Topics: swift, swift-concurrency
- Language: Swift
- Homepage: https://alejandromp.com/blog/building-a-channel-with-swift-concurrency-continuations/
- Size: 4.88 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)