interval-task 0.3.4

Repeatedly execute a `Task` with fixed time delay. more than `setInterval`
Documentation
1
2
3
4
5
#![doc = include_str!("lib.md")]

#[cfg(feature = "channel")]
pub mod channel;
pub mod runner;