Skip to content

Releases: dfed/swift-async-queue

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)