summaryrefslogtreecommitdiffstats
path: root/tokio/src/io/driver/scheduled_io.rs
AgeCommit message (Expand)Author
2020-11-12net: add TcpStream::ready and non-blocking ops (#3130)Carl Lerche
2020-11-11io: driver internal cleanup (#3124)Carl Lerche
2020-10-22io: Add AsyncFd, fix io::driver shutdown (#2903)bdonlan
2020-10-13net: merge tcp, udp, uds features to net feature (#2943)Taiki Endo
2020-10-08net: use &self with TcpListener::accept (#2919)Carl Lerche
2020-10-02io: update to Mio 0.7 (#2893)Carl Lerche
2020-09-25Fix readiness future eagerly consuming entire socket readiness (#2887)Sean McArthur
2020-09-25chore: handle std `Mutex` poisoning in a shim (#2872)Zahari Dichev
2020-09-24chore: remove internal io-readiness cargo feature (#2878)Ivan Petkov
2020-09-23io: use intrusive wait list for I/O driver (#2828)Sean McArthur
2020-08-11io: rewrite slab to support compaction (#2757)Carl Lerche
2020-02-12io: avoid unnecessary wake in registration (#2221)Jon Gjengset
2019-12-21chore: fix formatting, remove old rustfmt.toml (#2007)Artem Vorotnikov
2019-11-20Refactor the I/O driver, extracting slab to `tokio::util`. (#1792)Carl Lerche