summaryrefslogtreecommitdiffstats
path: root/tokio/src/io/poll_evented.rs
AgeCommit message (Expand)Author
2020-10-13net: merge tcp, udp, uds features to net feature (#2943)Taiki Endo
2020-10-12io: Rename `ReadBuf` methods (#2945)Lucio Franco
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-08-27rt: Refactor `Runtime::block_on` to take `&self` (#2782)Lucio Franco
2020-08-13io: change AsyncRead to use a ReadBuf (#2758)Sean McArthur
2020-05-31docs: use intra-links in the docs (#2575)xliiv
2020-05-30docs: replace method links with intra-links (#2540)xliiv
2020-05-11io: add doc warning about concurrently calling poll_read/write_ready (#2439)Boqin Qin
2020-05-11io: add mio::Ready argument to PollEvented (#2419)Danny Browning
2020-04-21Remove relative link when possible and fix invalid links (#2423)damienrg
2020-04-12docs: replace some html links with rustdoc paths (#2381)xliiv
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