Releases: 4t145/tsuki-scheduler
Releases · 4t145/tsuki-scheduler
release 0.1.3
What's Changed
- Add
Sync + 'static
trait bound for schedule. - Add a dynamic builder api for schedule.
- Add a
Never
schedule. - Use
IntoSchedule
to compose。
Full Changelog: 0.1.2...0.1.3
release 0.1.2
- Make the async wrapper running in a future, and stop by signal.
- Add a throttling wrapper.
- Impl schedule for
AsMut<dyn Schedule>
. - Fix
time_mod
's mod 0 bug.
Release 0.1.1
- Rename some types and functions
- Add combinator
Then
- More tests
- An async runner implementation
release 0.1.0
release 0.1.0