summaryrefslogtreecommitdiffstats
path: root/tokio/src/process/unix
AgeCommit message (Expand)Author
2020-12-04deps: replace lazy_static with once_cell (#3187)Iban Eguia
2020-11-11process: fix potential file descriptor leak (#3129)Ivan Petkov
2020-11-11io: driver internal cleanup (#3124)Carl Lerche
2020-10-12rt: simplify rt-* features (#2949)Taiki Endo
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-10-06process: add ProcessDriver to handle orphan reaping (#2907)Ivan Petkov
2020-10-02io: update to Mio 0.7 (#2893)Carl Lerche
2020-09-07process: add Child::{wait,try_wait} (#2796)Ivan Petkov
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2019-11-20Refactor the I/O driver, extracting slab to `tokio::util`. (#1792)Carl Lerche
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-10-30process: refactor OrphanQueue to use a Mutex instead fo SegQueue (#1712)Sean McArthur
2019-10-28net: replace RwLock<Slab> with a lock free slab (#1625)Eliza Weisman
2019-10-25net: move into tokio crate (#1683)Carl Lerche