Skip to main content

scheduler_add_full

Function scheduler_add_full 

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