pub fn spawn_watch_loop_alive() -> boolExpand description
Live exit watchers keep the event loop alive (Node active-handle
semantics: a child process is a ref’d handle — await proc.exited must
park the loop until the child is reaped, exactly like a pending timer).
Called from timers::drain_and_check’s loop-alive verdict.