summaryrefslogtreecommitdiffstats
path: root/tokio-reactor/src/poll_evented.rs
AgeCommit message (Expand)Author
2019-08-15reactor: rename tokio-reactor -> tokio-net (#1450)Carl Lerche
2019-08-05tcp: update API documentation (#1392)Carl Lerche
2019-07-26ci: enable clippy lints (#1335)Taiki Endo
2019-07-15chore: use ready macro from `futures-core` (#1300)Gurwinder Singh
2019-06-24Update Tokio to use `std::future`. (#1120)Carl Lerche
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2018-08-09Remove dead futures2 code. (#538)Carl Lerche
2018-08-07Fix more rustdoc links (#518)David Kellum
2018-07-30Small fixes (#508)Stjepan Glavina
2018-06-13Fix some broken doc links (#413)Carl Lerche
2018-05-11Handle::default() should lazily bind to reactor. (#350)Carl Lerche
2018-05-08Fix typos (#348)Julian Tescher
2018-03-22Fix a typo in tokio_reactor::PollEvented (#250)Denis
2018-03-22Fix race condition related bugs (#243)Carl Lerche
2018-03-13Simultaneous futures compat (#172)Aaron Turon
2018-03-07Improve `poll_read_ready` implementation (#193)Carl Lerche
2018-03-06Explicitly deregister I/O resources on drop (#189)Carl Lerche
2018-03-02Extract the reactor to a dedicated crate. (#169)Carl Lerche