Skip to content

Releases: dfed/swift-async-queue

0.4.1

03 Jan 16:26
6837ecb

Choose a tag to compare

  • Fix concurrency warnings surfaced by Xcode 15

0.4.0

10 May 21:55
a232ddb

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

Choose a tag to compare

  • Create MainActorQueue

0.3.0

25 Feb 03:56
4fb464f

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

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

Choose a tag to compare

  • Rename AsyncQueue -> FIFOQueue. Create ActorQueue (#3)

0.0.1

25 Feb 04:02
f1233c6

Choose a tag to compare

  • Create AsyncQueue (#2)