This is a library, with an API inspired by timer.rs, for scheduling jobs that run synchronously on a background thread.
Example:
use Duration;
use Timer;
This work is licensed under the ISC license, a copy of which can be found in LICENSE.txt.
This is a library, with an API inspired by timer.rs, for scheduling jobs that run synchronously on a background thread.
Example:
use Duration;
use Timer;
This work is licensed under the ISC license, a copy of which can be found in LICENSE.txt.