Skip to content

Releases: dymmond/asyncz

Version 0.1.2

23 Dec 10:44
Compare
Choose a tag to compare

Changed

  • Update Licence agreement. It was supposed to go in the version 0.1.0

Version 0.1.1

22 Dec 17:44
Compare
Choose a tag to compare

Fixed

  • next_wakeup_time from base scheedulers wasn't being assigned properly.
  • del timeout from the asyncio scheduler wasn't being deleted.
  • Added missing return on the process_tasks causing the waiting time to be None.

Version 0.1.0

22 Dec 13:35
Compare
Choose a tag to compare

Added

This release is the first release of Asyncz and it contain all the essentials.

  • Triggers
  • Schedulers
  • Executors
  • Stores
  • Events
  • Contrib