summaryrefslogtreecommitdiffstats
path: root/tokio/src/runtime/current_thread/mod.rs
AgeCommit message (Expand)Author
2019-11-16runtime: rename current_thread -> basic_scheduler (#1769)Carl Lerche
2019-11-12reorganize modules (#1766)Carl Lerche
2019-11-06simplify enter (#1736)Carl Lerche
2019-11-05fix clippy (#1737)Carl Lerche
2019-11-05runtime: combine `executor` and `runtime` mods (#1734)Carl Lerche
2019-11-01runtime: merge multi & single threaded runtimes (#1716)Carl Lerche
2019-10-28executor: move into `tokio` crate (#1702)Carl Lerche
2019-09-19chore: deny warnings for doc tests (#1539)Taiki Endo
2019-08-27tokio: export RunError in tokio::runtime::current_thread (#1487)Ömer Sinan Ağacan
2019-08-20chore: bump to newer nightly (#1485)Taiki Endo
2019-08-15executor: move current-thread into crate (#1447)Carl Lerche
2019-08-06tokio: fix API doc examples (#1396)Carl Lerche
2019-07-10tokio: update threaded runtime to std::future (#1280)Carl Lerche
2019-06-25tokio: Add io copy, read, and write (#1187)Lucio Franco
2019-06-24Update Tokio to use `std::future`. (#1120)Carl Lerche
2019-06-24chore: fix url in docs (#1173)Takanori Ishibashi
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-04-30async-await: add `current_thread::Runtime::block_on_async` (#1072)Carl Lerche
2019-03-19chore: repo maintenance + no path dependencies (#991)Carl Lerche