Skip to main content

release_timer_started

Function release_timer_started 

Source
pub fn release_timer_started() -> bool
Expand description

Whether the process-wide release thread exists.

false until some session issues a Delay with a future release time or a Hold. This is the falsifiable form of “an Interest::NONE session starts no threads”: assert it, do not assume it.