0.5.0
Changed
- Updated to rust 2024 edition.
- Split
AsyncTaskRunner
intoTimedTaskRunner
andTaskRunner
. The timed variant polls timeouts. - Split
AsyncTaskPool
intoTimedTaskPool
andTaskPool
. The timed variant polls timeouts. AsyncTask::build
has been renamed toAsyncTask::split
.
Full Changelog: v0.4.1...v0.5.0