Asynchrone
Extensions and additions to AsyncSequence, AsyncStream and AsyncThrowingStream.
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
- Extensions
- AnyAsyncSequenceable
- AnyThrowingAsyncSequenceable
- CombineLatestAsyncSequence
- CombineLatest3AsyncSequence
- Fail
- Just
- MergeAsyncSequence
- Merge3AsyncSequence
- RemoveDuplicatesAsyncSequence
- ZipAsyncSequence
- Zip3AsyncSequence