summaryrefslogtreecommitdiffstats
path: root/tokio/src/io/registration.rs
AgeCommit message (Expand)Author
2020-10-08net: use &self with TcpListener::accept (#2919)Carl Lerche
2020-10-02io: update to Mio 0.7 (#2893)Carl Lerche
2020-09-23io: use intrusive wait list for I/O driver (#2828)Sean McArthur
2020-09-22signal: move driver to runtime thread (#2835)Ivan Petkov
2020-08-27rt: Refactor `Runtime::block_on` to take `&self` (#2782)Lucio Franco
2020-08-11io: rewrite slab to support compaction (#2757)Carl Lerche
2020-05-31docs: use intra-links in the docs (#2575)xliiv
2020-05-30docs: replace method links with intra-links (#2540)xliiv
2020-05-21coop: Undo budget decrement on Pending (#2549)Jon Gjengset
2020-05-11io: add mio::Ready argument to PollEvented (#2419)Danny Browning
2020-03-16Add cooperative task yielding (#2160)Jon Gjengset
2020-02-25process: Wake up read and write on `EPOLLERR` (#2218)Kevin Leimkuhler
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2020-01-06doc: document `from_std` functions panic (#2056)Stepan Koltsov
2019-12-21chore: fix formatting, remove old rustfmt.toml (#2007)Artem Vorotnikov
2019-11-27doc: misc API documentation fixes (#1834)Oleg Nosov
2019-11-22docs: annotate io mod with doc_cfg (#1808)Carl Lerche
2019-11-20Refactor the I/O driver, extracting slab to `tokio::util`. (#1792)Carl Lerche