asyncsequence
There are 11 repositories under asyncsequence topic.
sideeffect-io/AsyncExtensions
AsyncExtensions aims to mimic Swift Combine operators for async sequences.
reddavis/Asynchrone
Extensions and additions to AsyncSequence, AsyncStream and AsyncThrowingStream.
sideeffect-io/AsyncStateMachine
Async State Machine aims to provide a way to structure an application thanks to state machines. The goal is to identify the states and the side effects involved in each feature and to model them in a consistent and scalable way.
mattmassicotte/Packet
AsyncSequence Data transforms
Henryforce/AsyncTimeSequences
The missing Time Sequence Operators for Swift Concurrency
treastrain/AsyncSequenceSubscription
Designed to minimize common mistakes when receiving `AsyncSequence` elements using the `for-await-in` syntax in Swift
AsyncSwiftKits/AsyncChannelKit
Simple implementation of an async channel for use with Swift Concurrency
Proekt-SwiftUI/sc-book
📗 Книга: Structured Concurrency не магия
matteom/EchoChat
A sample iOS chat app in SwiftUI showing how to use AsyncStram with WebSocket
marty-suzuki/WeakAsyncSequence
WeakAsyncSequence avoids implicit reference type capturing when using a for-in loop with an AsyncSequence.