Releases: dl1998/go-scheduler
Releases · dl1998/go-scheduler
Release v1.0.2
Changelog:
- Improved Readme
- Add installation guide
- Update usage with couple examples
- Add class diagram
- Add new examples
- Update basic (simplify it)
- Add example how to schedule function with parameters
- Add example how to use Task.context
- Add example how to interrupt Task execution
Release v1.0.1
Changelog:
- Fix implementation for StopTask to throw an error for the tasks that doesn't exist
Release v1.0.0
Changelog:
- Add Wait method
- Update basic example to use Wait method
Release v0.0.2
Add go badge to README.md.