WeakAsyncSequence avoids implicit reference type capturing when using a for-in loop with an AsyncSequence.
-
Updated
Sep 25, 2024 - Swift
WeakAsyncSequence avoids implicit reference type capturing when using a for-in loop with an AsyncSequence.
Structured Concurrency не магия
A sample iOS chat app in SwiftUI showing how to use AsyncStram with WebSocket
Simple implementation of an async channel for use with Swift Concurrency
Designed to minimize common mistakes when receiving `AsyncSequence` elements using the `for-await-in` syntax in Swift
The missing Time Sequence Operators for Swift Concurrency
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.
Extensions and additions to AsyncSequence, AsyncStream and AsyncThrowingStream.
AsyncExtensions aims to mimic Swift Combine operators for async sequences.
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."