summaryrefslogtreecommitdiffstats
path: root/tokio/src/runtime/mod.rs
AgeCommit message (Expand)Author
2020-11-05rt: bring back a public Handle type (#3076)Marc-Antoine Perennou
2020-11-02rt: add missing Send bound (#3089)Alice Ryhl
2020-11-01tracing: replace future names with spawn locations in task spans (#3074)Eliza Weisman
2020-10-29runtime: block_on should NOT be called from async context (#3070)Naja Melan
2020-10-21tokio: deduplicate spawn_blocking (#3017)Marc-Antoine Perennou
2020-10-19runtime: remove unneeded #[cfg(feature = "rt")] (#2996)Alice Ryhl
2020-10-19tokio: add Runtime::spawn_blocking (#2980)Marc-Antoine Perennou
2020-10-19docs: fix typo in runtime module documentation (#2992)nickelc
2020-10-13rt: update docs for `0.3` changes (#2956)Lucio Franco
2020-10-13rt: switch `enter` to an RAII guard (#2954)Carl Lerche
2020-10-12rt: simplify rt-* features (#2949)Taiki Endo
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-10-08time: rename `Delay` future to `Sleep` (#2932)Juan Alvarez
2020-10-08net: use &self with TcpListener::accept (#2919)Carl Lerche
2020-09-24rt: Allow concurrent `Shell:block_on` calls (#2868)Lucio Franco
2020-09-23rt: Allow concurrent `block_on`'s with basic_scheduler (#2804)Lucio Franco
2020-09-22signal: move driver to runtime thread (#2835)Ivan Petkov
2020-09-05runtime: improve runtime vs #[tokio::main] doc (#2820)Igor Aleksanov
2020-08-27rt: Refactor `Runtime::block_on` to take `&self` (#2782)Lucio Franco
2020-07-28rt: fix potential leak during runtime shutdown (#2649)Émile Grégoire
2020-07-21provide a way to drop a runtime in an async context (#2646)bdonlan
2020-05-30docs: replace method links with intra-links (#2540)xliiv
2020-04-24runtime: improve runtime and handle doc (#2440)Alice Ryhl
2020-04-24Add Handle::block_on method (#2437)Dan Burkert
2020-04-21Remove relative link when possible and fix invalid links (#2423)damienrg
2020-04-13doc: fix a few broken links (#2400)xliiv
2020-04-12docs: replace some html links with rustdoc paths (#2381)xliiv
2020-03-26rt: track loom changes + tweak queue (#2315)Carl Lerche
2020-03-17runtime: update the documentation around Handle (#2328)Alice Ryhl
2020-03-05rt: cleanup and simplify scheduler (scheduler v2.5) (#2273)Carl Lerche
2020-02-04Fix #2119 and failing state assertion (#2212)Jon Gjengset
2020-01-29rt: add `Runtime::shutdown_timeout` (#2186)Carl Lerche
2020-01-24docs: typo fix in runtime doc (#2167)wqfish
2020-01-20runtime: add Handle::try_current (#2118)Pierre Krieger
2020-01-09docs: fix runtime creation doc in tokio::runtime (#2073)Aljoscha Krettek
2020-01-06chore: use just std instead of ::std in paths (#2049)Linus Färnstrand
2019-12-24rt: coalesce thread-locals used by the runtime (#1925)Gardner Vickers
2019-12-22doc: fill out `fs` and remove html links (#2015)Carl Lerche
2019-12-17docs: correct grammar (#1968)Kelly Thomas Kline
2019-12-06doc: expand on runtime / spawn docs (#1914)Carl Lerche
2019-11-27doc: misc API documentation fixes (#1834)Oleg Nosov
2019-11-21runtime: cleanup and add config options (#1807)Carl Lerche
2019-11-20docs: update and expand the `tokio::runtime` API docs (#1804)Eliza Weisman
2019-11-20Fix doc links (#1799)Pen Tree
2019-11-18chore: refine feature flags (#1785)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