pub fn reap_killed_processes()Expand description
Block until the reaper queue is fully drained.
Note: this waits for all currently-enqueued kills, not just the caller’s. That’s fine in devimint, where process lifecycle is single-threaded per test — callers don’t enqueue concurrently.