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.
pub fn flush_all()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.