Skip to content

Releases: dimasusername/Queue

v0.2.2

Choose a tag to compare

@mattmassicotte mattmassicotte released this 23 Sep 20:22
38826d0

What's Changed

New Contributors

Full Changelog: 0.2.1...0.2.2

v0.2.1

Choose a tag to compare

@mattmassicotte mattmassicotte released this 09 Feb 13:00
9f941ae

What's Changed

New Contributors

Full Changelog: 0.2.0...0.2.1

v0.2.0

Choose a tag to compare

@mattmassicotte mattmassicotte released this 15 Nov 15:35
6adf359
  • 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

Choose a tag to compare

@mattmassicotte mattmassicotte released this 26 Jun 19:54
8d6f936
  • ErrorSequence for out-of-band task failure monitoring

v0.1.3

Choose a tag to compare

@mattmassicotte mattmassicotte released this 20 Jun 16:28
2e0d7a7
  • Remove unsafe concurrency validation flags

v0.1.2

Choose a tag to compare

@mattmassicotte mattmassicotte released this 19 Jun 09:42
bb2ea43
  • Hold strong-ref to queue while operation is being started

v0.1.1

Choose a tag to compare

@mattmassicotte mattmassicotte released this 17 Jun 14:28
56dd245
  • Fix an issue with barriers not waiting for all existing tasks

v0.1.0

Choose a tag to compare

@mattmassicotte mattmassicotte released this 17 Jun 10:38
366cb54
  • initial release