Skip to main content

flush_all

Function flush_all 

Source
pub fn flush_all()
Expand description

Run a manual flush cycle on the global executor. Processes expired timers, deferred signal callbacks, and polls ready tasks.

Call this after advancing a TimeSource to fire pending timers.