Skip to content

Commit 6c88c90

Browse files
committed
Update README.md
1 parent f0be1c5 commit 6c88c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Async Task Kit provides tools to manage asynchronous tasks efficiently, with fea
2020
- **State Management:** Monitor task progress, results, and errors using reactive properties.
2121
- **Task Cancellation:** Cancel running tasks to free up resources when no longer needed.
2222
- **Customizable Error Handling:** Define custom error-handling logic tailored to your application.
23-
- **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.
23+
- **Seamless SwiftUI Integration:** Uses `@Published` properties for real-time UI updates or @observable is you can afford iOS17 or newer.
2424
- **`Async.SingleTask`:** A view model for managing a single cancellable asynchronous task.
2525

2626
## Usage

0 commit comments

Comments
 (0)