summaryrefslogtreecommitdiffstats
path: root/tokio/src/process/unix/reap.rs
AgeCommit message (Expand)Author
2020-10-06process: add ProcessDriver to handle orphan reaping (#2907)Ivan Petkov
2020-09-07process: add Child::{wait,try_wait} (#2796)Ivan Petkov
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-10-28net: replace RwLock<Slab> with a lock free slab (#1625)Eliza Weisman
2019-10-25net: move into tokio crate (#1683)Carl Lerche