summaryrefslogtreecommitdiffstats
path: root/tokio/src/process
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-13process: update docs regarding zombie processes (#2952)Ivan Petkov
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-18process: fix some docs (#2843)Nylonicious
2020-09-08process: make `Child::kill` async (#2823)Ivan Petkov
2020-09-07process: add Child::{wait,try_wait} (#2796)Ivan Petkov
2020-08-13io: change AsyncRead to use a ReadBuf (#2758)Sean McArthur
2020-08-05process: document remote killing for Child (#2736)Blas Rodriguez Irizar
2020-05-30docs: replace method links with intra-links (#2540)xliiv
2020-05-21coop: Undo budget decrement on Pending (#2549)Jon Gjengset
2020-05-21io: remove zeroing for AsyncRead implementors (#2525)Mikail Bagishov
2020-05-14docs: improve discoverability of codec module (#2523)Geoff Shannon
2020-03-16Add cooperative task yielding (#2160)Jon Gjengset
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2020-01-14chore: clippy fixes (#2110)Artem Vorotnikov
2020-01-06process: deprecate Child stdio accessors in favor of pub fields (#2014)Ivan Petkov
2019-12-22doc: fill out `fs` and remove html links (#2015)Carl Lerche
2019-12-21chore: fix formatting, remove old rustfmt.toml (#2007)Artem Vorotnikov
2019-12-06Close markdown (#1910)Jeremy Kolb
2019-11-22process: do not kill spawned processes on drop (#1814)Ivan Petkov
2019-11-22docs: annotate io mod with doc_cfg (#1808)Carl Lerche
2019-11-20Fix doc links (#1799)Pen Tree
2019-11-20Refactor the I/O driver, extracting slab to `tokio::util`. (#1792)Carl Lerche
2019-11-18chore: refine feature flags (#1785)Carl Lerche
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-07chore: update futures to 0.3.0 (#1741)Taiki Endo
2019-11-05fix clippy (#1737)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-27Fix docs links: Redux (#1698)Geoff Shannon
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche
2019-10-25net: move into tokio crate (#1683)Carl Lerche