Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 770 Bytes

File metadata and controls

35 lines (20 loc) · 770 Bytes

v0.8.0 - 2/12/2025

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

v0.7.0 - 13/06/2025

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

v0.6.0 - 12/02/2025

  • New API Sel.On.queue_all getting all available queue items

v0.5.0 - 07/11/2024

  • 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

v0.4.0 - 03/7/2023

  • Bugfix in event postponement (API pop)

v0.3.0 - 02/7/2023

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

v0.2.0 - 31/5/2023

  • Major API cleanup and documentation

v0.1.0 - 26/5/2023

  • First release