Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@simbleau simbleau released this 10 Mar 04:08
· 1 commit to main since this release

0.5.0

Changed

  • Updated to rust 2024 edition.
  • Split AsyncTaskRunner into TimedTaskRunner and TaskRunner. The timed variant polls timeouts.
  • Split AsyncTaskPool into TimedTaskPool and TaskPool. The timed variant polls timeouts.
  • AsyncTask::build has been renamed to AsyncTask::split.

Full Changelog: v0.4.1...v0.5.0