summaryrefslogtreecommitdiffstats
path: root/tokio/tests/io_driver.rs
AgeCommit message (Expand)Author
2020-10-13rt: switch `enter` to an RAII guard (#2954)Carl Lerche
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-10-08net: use &self with TcpListener::accept (#2919)Carl Lerche
2020-08-27rt: Refactor `Runtime::block_on` to take `&self` (#2782)Lucio Franco
2019-11-22default all feature flags to off (#1811)Carl Lerche
2019-11-21runtime: cleanup and add config options (#1807)Carl Lerche
2019-11-20Refactor the I/O driver, extracting slab to `tokio::util`. (#1792)Carl Lerche