Function threads_add_idle

Source
pub fn threads_add_idle<P: Fn() -> bool + Send + Sync + 'static>(
    function: P,
) -> u32