Skip to main content

background_task_count

Function background_task_count 

Source
pub fn background_task_count() -> usize
Expand description

Current count of in-flight tasks started via track_background_task. Exposed for tests; drain() reads the shared counter directly.