delay_timer 0.11.6

Time-manager of delayed tasks. Like crontab, but synchronous asynchronous tasks are possible, and dynamic add/cancel/remove is supported.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! utils is a tool module that provides easy shell-command parsing,
//! and functions that generate closures.
pub mod convenience;
pub mod parse;

cfg_status_report!(
    pub mod status_report;
);

pub use convenience::functions;
pub use parse::shell_command::parse_and_run;