Releases: dfed/swift-async-queue
Releases · dfed/swift-async-queue
0.5.1
- Add explicit support for Linux, macCatalyst, and visionOS
0.5.0
- Adopt Swift 5.9. Drop support for prior Swift versions.
0.4.1
- Fix concurrency warnings surfaced by Xcode 15
0.4.0
- Adopt Swift 5.8
- Adopt
enableUpcomingFeature
with StrictConcurrency
- Bump minimum supported version to Xcode 14.3.0
0.3.0
- Made the
FIFOQueue
and AsyncQueue
build without warnings or errors with strict concurrency checking turned on (#13)
0.2.0
- Rename
async
-> enqueue
and await
to enqueueAndWait
(#12)
- Make
ActorQueue
tasks execute on the target actor's execution context (#9)
- Enable executing FIFO tasks on a desired actor's execution context (#6)