const IDLE_PARK: Duration;Expand description
How long the no-op read_blocking parks between benign wakeups. Bounds
shutdown latency (the worker re-checks stop on each wakeup) at the cost
of one cheap timer per scope slot; Phase 2 replaces the park with an IOCP
wait that returns the instant a watched root changes.