Function sourceview5::scheduler_add

source ·
pub fn scheduler_add<P: FnOnce(i64) -> bool + Send + Sync + 'static>(
    callback: P,
) -> usize
Expand description

Simplified version of scheduler_add_full().

§callback

the callback to execute