summaryrefslogtreecommitdiffstats
path: root/tokio/src/runtime
AgeCommit message (Expand)Author
2020-01-22Enhance documentation of tokio::task::block_in_place (#2155)gliderkite
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-09rt: fix shutdown deadlock in threaded scheduler (#2082)Carl Lerche
2020-01-08rt: fix threaded scheduler shutdown deadlock (#2074)Carl Lerche
2020-01-07rt: cleanup runtime::context (#2063)Carl Lerche
2020-01-06rt: add a Handle::current() (#2040)Benjamin Fry
2020-01-06chore: use just std instead of ::std in paths (#2049)Linus Färnstrand
2020-01-06time: advance frozen time in `park_timeout` (#2059)Carl Lerche
2019-12-24rt: coalesce thread-locals used by the runtime (#1925)Gardner Vickers
2019-12-22rt: fix storing Runtime in thread-local (#2011)Carl Lerche
2019-12-22doc: fill out `fs` and remove html links (#2015)Carl Lerche
2019-12-21rt: fix spawn_blocking from spawn_blocking (#2006)Carl Lerche
2019-12-21chore: fix formatting, remove old rustfmt.toml (#2007)Artem Vorotnikov
2019-12-18Improve runtime threading options docsDouman
2019-12-18rt: add configuration for core threads and max threads (#1977)Douman
2019-12-17rt: fix blocking pool shutdown logic (#1978)Carl Lerche
2019-12-17rt: avoid dropping a task in calls to wake() (#1972)Carl Lerche
2019-12-17docs: correct grammar (#1968)Kelly Thomas Kline
2019-12-13chore: remove benches and fix/work around clippy lints (#1952)Artem Vorotnikov
2019-12-11chore: fix thread_pool benchmarks (#1947)Carl Lerche
2019-12-06doc: expand on runtime / spawn docs (#1914)Carl Lerche
2019-12-04task: fix infinite loop when dropping a `LocalSet` (#1892)Eliza Weisman
2019-12-01blocking: fix `spawn_blocking` after shutdown (#1875)Carl Lerche
2019-11-29rt: fix `basic_scheduler` notification bug (#1861)Carl Lerche
2019-11-29docs: Mention features for basic_scheduler, threaded_scheduler (#1858)Ömer Sinan Ağacan
2019-11-27doc: misc API documentation fixes (#1834)Oleg Nosov
2019-11-27doc: fix `runtime::Builder` example (#1841)Oleg Nosov
2019-11-27rt: specify that runtime should have task scheduler (#1839)Oleg Nosov
2019-11-26task: add `LocalSet` API for running `!Send` futures (#1733)Eliza Weisman
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-20Refactor the I/O driver, extracting slab to `tokio::util`. (#1792)Carl Lerche
2019-11-19runtime: fix lost wakeup bug in scheduler (#1788)Carl Lerche
2019-11-18chore: refine feature flags (#1785)Carl Lerche
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