Skip to main content

spawn_watch_loop_alive

Function spawn_watch_loop_alive 

Source
pub fn spawn_watch_loop_alive() -> bool
Expand 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.