Skip to content

Releases: mattmassicotte/Queue

v0.2.2

23 Sep 20:22
38826d0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.1...0.2.2

v0.2.1

09 Feb 13:00
9f941ae

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.0...0.2.1

v0.2.0

15 Nov 15:35
6adf359

Choose a tag to compare

  • Adopt @isolated(any) when available
  • Improve efficiency of task creation when there are many exists tasks in the queue
  • (non-public) AsyncSerialQueue now uses @isolated(any), sending, and typed throws when available

v0.1.4

26 Jun 19:54
8d6f936

Choose a tag to compare

  • ErrorSequence for out-of-band task failure monitoring

v0.1.3

20 Jun 16:28
2e0d7a7

Choose a tag to compare

  • Remove unsafe concurrency validation flags

v0.1.2

19 Jun 09:42
bb2ea43

Choose a tag to compare

  • Hold strong-ref to queue while operation is being started

v0.1.1

17 Jun 14:28
56dd245

Choose a tag to compare

  • Fix an issue with barriers not waiting for all existing tasks

v0.1.0

17 Jun 10:38
366cb54

Choose a tag to compare

  • initial release