summaryrefslogtreecommitdiffstats
path: root/tokio/src/process
AgeCommit message (Expand)Author
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