Red Davis
Red Writes Here

Follow

Red Writes Here

Follow

Asynchrone

Extensions and additions to AsyncSequence, AsyncStream and AsyncThrowingStream.

Red Davis's photo
Red Davis
·Dec 26, 2021·

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

 
Share this