AsyncExtensions aims to mimic Swift Combine operators for async sequences.
-
Updated
Jun 27, 2024 - Swift
AsyncExtensions aims to mimic Swift Combine operators for async sequences.
Extensions and additions to AsyncSequence, AsyncStream and AsyncThrowingStream.
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.
The missing Time Sequence Operators for Swift Concurrency
Designed to minimize common mistakes when receiving `AsyncSequence` elements using the `for-await-in` syntax in Swift
Simple implementation of an async channel for use with Swift Concurrency
A sample iOS chat app in SwiftUI showing how to use AsyncStram with WebSocket
Structured Concurrency не магия
WeakAsyncSequence avoids implicit reference type capturing when using a for-in loop with an AsyncSequence.
Add a description, image, and links to the asyncsequence topic page so that developers can more easily learn about it.
To associate your repository with the asyncsequence topic, visit your repo's landing page and select "manage topics."