Skip to main content

scheduler_add

Function scheduler_add 

Source
pub fn scheduler_add<P: Fn(i64) -> bool + Send + Sync + 'static>(
    callback: P,
) -> usize
Available on crate feature v5_2 only.