summaryrefslogtreecommitdiffstats
path: root/tokio/src/runtime
AgeCommit message (Expand)Author
2019-11-16task: move blocking fns into `tokio::task` (#1781)Carl Lerche
2019-11-16runtime: set spawn context on enter (#1780)Carl Lerche
2019-11-16task: return `JoinHandle` from spawn (#1777)Carl Lerche
2019-11-16runtime: rename current_thread -> basic_scheduler (#1769)Carl Lerche
2019-11-15runtime: allow non-unit type output in {Runtime, Spawner}::spawn (#1756)Taiki Endo
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-12reorganize modules (#1766)Carl Lerche
2019-11-06time: rename `tokio::timer` -> `tokio::time` (#1745)Carl Lerche
2019-11-06runtime: misc pool cleanup (#1743)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-04chore: unify all mocked `loom` files (#1732)Carl Lerche
2019-11-04executor: switch some APIs to crate private. (#1731)Carl Lerche
2019-11-01runtime: merge multi & single threaded runtimes (#1716)Carl Lerche
2019-10-28executor: move into `tokio` crate (#1702)Carl Lerche
2019-10-26chore: use argument position impl trait (#1690)Linus Färnstrand
2019-10-25net: move into tokio crate (#1683)Carl Lerche
2019-10-24Make blocking pool non-static and use for thread pool (#1678)Jon Gjengset
2019-10-23chore: remove tracing. (#1680)Carl Lerche
2019-10-21timer: move `tokio-timer` into `tokio` crate (#1674)Carl Lerche
2019-10-21runtime: update doc regarding `runtime::run` function helper (#1671)Jonathas Conceição
2019-10-19executor: rewrite the work-stealing thread pool (#1657)Carl Lerche
2019-09-24tokio: add `rt-current-thread` optional featureSean McArthur
2019-09-19chore: deny warnings for doc tests (#1539)Taiki Endo
2019-08-28net: perform DNS lookup on connect / bind. (#1499)Carl Lerche
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-18docs: fix all rustdoc warnings (#1474)Ivan Petkov
2019-08-15net: reorganize crate in anticipation of #1264 (#1453)Carl Lerche
2019-08-15threadpool: move threadpool into tokio-executor (#1452)Carl Lerche
2019-08-15runtime: refactor thread-local setters (#1449)Douman
2019-08-15reactor: rename tokio-reactor -> tokio-net (#1450)Carl Lerche
2019-08-15executor: move current-thread into crate (#1447)Carl Lerche
2019-08-11chore: apply unreachable_pub and missing_debug_implementations to all crates ...Taiki Endo
2019-08-06tokio: fix API doc examples (#1396)Carl Lerche
2019-07-26ci: enable clippy lints (#1335)Taiki Endo
2019-07-19tokio: remove `Send + 'static` requirement from `block_on` (#1329)Carl Lerche
2019-07-16Get rid of Enter for with_default (#1315)Jon Gjengset
2019-07-10tokio: update threaded runtime to std::future (#1280)Carl Lerche
2019-07-03Remove usage of deprecated std::error::Error methods (#1206) (#1245)Steffen Butzer
2019-07-01tokio: re-enable timer in runtimes (#1237)Carl Lerche
2019-06-28chore: remove `tokio-trace`, add "Related Projects" to README (#1221)Eliza Weisman
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-06-21runtime: better error message in block_on_all on panics (#1166)Max Bruckner
2019-06-10Make threadpool::Runtime methods take &self (#1140)Steven Fackler
2019-06-10Use ThreadPool's impl of spawn (#1139)yanjhk
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche