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