Skip to main content

IDLE_PARK

Constant IDLE_PARK 

Source
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.