Static PARENT_WAKERS

Source
static PARENT_WAKERS: Once<Mutex<BTreeMap<usize, Waker>>>
Expand description

Global registry of parent task wakers for waitpid(-1) operations Each parent task has a waker that gets triggered when any of its children exit