Skip to content

Releases: gares/sel

0.8.0

02 Dec 08:08
v0.8.0
f11c2c7

Choose a tag to compare

CHANGES:

  • New parameter ~undup to Sel.now to avoid duplicate events

0.7.0

13 Jun 08:43
v0.7.0
3a8ba1f

Choose a tag to compare

CHANGES:

  • New API Sel.On.promise (fullfillment or rejection)

0.6.0

12 Feb 15:13
v0.6.0

Choose a tag to compare

What's Changed

  • API: On.queue_all for batch processing by @gares in #16

Full Changelog: v0.5.0...v0.6.0

0.5.0

07 Nov 12:53
v0.5.0
4707d3c

Choose a tag to compare

Main changes:

  • Resilient to multiple copies of the same event on the same file descriptor
  • A system event is given enough rounds to complete if his priority is the lowest

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

0.4.0

03 Jul 21:14
v0.4.0

Choose a tag to compare

CHANGES:

  • Bugfix in event postponement (API pop)

0.3.0

02 Jul 21:41
v0.3.0
8ce4012

Choose a tag to compare

CHANGES:

  • Major code cleanup and documentation
  • Removal of recurrent events
  • APIs pop and wait can now be freely mixed
  • CI on Linux, Windows and MacOS

0.2.0

31 May 14:19
v0.2.0
baaf155

Choose a tag to compare

CHANGES:

  • Major API cleanup and documentation

0.1.0

26 May 14:36
v0.1.0

Choose a tag to compare

CHANGES:

  • First release