Asynchrone

Extensions and additions to AsyncSequence, AsyncStream and AsyncThrowingStream.

·

1 min read

I've been using Swift's new async API's a lot recently and have found that I've been able to completely replace my use of Combine with it.

Along the way I've built out a small collection of useful extensions and have packaged them into a library called Asynchrone.

Full documentation can be found here.

Overview

AsyncSequence

AsyncStream

AsyncStream.Continuation

AsyncThrowingStream

AsyncThrowingStream.Continuation