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
//! This macro module provides the declaration macros used for the conditional compilation of lib,
//! and the helper macros provide cycle asynchronous tasks for the user.
#[macro_use]
pub(crate) mod feature_cfg;