Releases: swiftuiux/async-task
Releases · swiftuiux/async-task
Async task management
Async Task Kit provides tools to manage asynchronous tasks efficiently, with features such as:
- State Management: Monitor task progress, results, and errors using reactive properties.
- Task Cancellation: Cancel running tasks to free up resources when no longer needed.
- Customizable Error Handling: Define custom error-handling logic tailored to your application.
- Seamless SwiftUI Integration: Uses
@Published
properties for real-time UI updates. I decided to keep@Published
, I think at this moment the world is not yet ready for iOS 17. Async.SingleTask
: A view model for managing a single cancellable asynchronous task.
Async task management
A Swift package providing tools and types for managing asynchronous tasks. This package is designed to simplify the handling of cancellable asynchronous operations in SwiftUI applications by offering reusable view models and patterns.