Get the latest tech news
Async Channels for Swift Concurrency
Channels for Swift concurrency. Contribute to gh123man/Async-Channels development by creating an account on GitHub.
Channels are a typed conduit through which you can send and receive values - usually across threads or in this case, Swift async tasks. For more detailed results (on a variety of data types) see the Benchmarks readme. select lets a single task wait on multiple channel operations.
Or read this on Hacker News