summaryrefslogtreecommitdiffstats
path: root/tokio/src/task/local.rs
AgeCommit message (Expand)Author
2020-11-01tracing: replace future names with spawn locations in task spans (#3074)Eliza Weisman
2020-10-12rt: simplify rt-* features (#2949)Taiki Endo
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-10-01time: introduce `sleep` and `sleep_until` functions (#2826)Juan Alvarez
2020-09-02util: add `const fn` support for internal `LinkedList`. (#2805)mental
2020-08-27rt: Refactor `Runtime::block_on` to take `&self` (#2782)Lucio Franco
2020-07-13task: add Tracing instrumentation to spawned tasks (#2655)Eliza Weisman
2020-05-31docs: use intra-links in the docs (#2575)xliiv
2020-05-06rt: simplify coop implementation (#2498)Carl Lerche
2020-04-30task: fix LocalSet having a single shared task budget (#2462)Eliza Weisman
2020-04-20Be more principled about when blocking is ok (#2410)Jon Gjengset
2020-04-13doc: fix a few broken links (#2400)xliiv
2020-04-12task: make LocalSet non-Send (#2398)Alice Ryhl
2020-04-12docs: replace some html links with rustdoc paths (#2381)xliiv
2020-03-28rt: cap fifo scheduler slot to avoid starvation (#2349)Carl Lerche
2020-03-05rt: cleanup and simplify scheduler (scheduler v2.5) (#2273)Carl Lerche
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2020-01-06task: add ways to run a `LocalSet` from within a rt context (#1971)Eliza Weisman
2019-12-17rt: avoid dropping a task in calls to wake() (#1972)Carl Lerche
2019-12-05task: fix `LocalSet` failing to poll all local futures (#1905)Eliza Weisman
2019-12-04task: fix infinite loop when dropping a `LocalSet` (#1892)Eliza Weisman
2019-12-02task: relax 'static bound in `LocalSet::block_on` (#1882)Eliza Weisman
2019-12-01doc: fix documented feature flags for tokio::task (#1876)Carl Lerche
2019-11-27task: fix panic when dropping `LocalSet` (#1843)Eliza Weisman
2019-11-26task: add `LocalSet` API for running `!Send` futures (#1733)Eliza Weisman