Skip to content

Releases: dfed/swift-async-queue

0.5.1

11 Jan 02:59
2ae35d8
Compare
Choose a tag to compare
  • Add explicit support for Linux, macCatalyst, and visionOS

0.5.0

03 Jan 16:26
0b6dbe1
Compare
Choose a tag to compare
  • Adopt Swift 5.9. Drop support for prior Swift versions.

0.4.1

03 Jan 16:26
6837ecb
Compare
Choose a tag to compare
  • Fix concurrency warnings surfaced by Xcode 15

0.4.0

10 May 21:55
a232ddb
Compare
Choose a tag to compare
  • Adopt Swift 5.8
  • Adopt enableUpcomingFeature with StrictConcurrency
  • Bump minimum supported version to Xcode 14.3.0

0.3.1

10 May 21:53
Compare
Choose a tag to compare
  • Create MainActorQueue

0.3.0

25 Feb 03:56
4fb464f
Compare
Choose a tag to compare
  • Made the FIFOQueue and AsyncQueue build without warnings or errors with strict concurrency checking turned on (#13)

0.2.0

25 Feb 04:00
1ecda35
Compare
Choose a tag to compare
  • 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)

0.1.0

25 Feb 04:01
d08ed02
Compare
Choose a tag to compare
  • Rename AsyncQueue -> FIFOQueue. Create ActorQueue (#3)

0.0.1

25 Feb 04:02
f1233c6
Compare
Choose a tag to compare
  • Create AsyncQueue (#2)