-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There are now new methods for repeating jobs multiple times in a row once they're scheduled (e.g. at 10:30 AM, run tihs task three times, 10 minutes apart.) Also, times can now be specified by passing in chrono::NaiveTime or any other type that implements TryInto<ClokwerkTime> (a newtype wrapper around NaiveTime). Documentation is also updated to point out that the scheduler blocks on running jobs, so jobs that will take a long time should find a way to move to another thread.
- Loading branch information
Showing
3 changed files
with
197 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters