summaryrefslogtreecommitdiffstats
path: root/tokio/tests/task_local_set.rs
AgeCommit message (Expand)Author
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-08-27rt: Refactor `Runtime::block_on` to take `&self` (#2782)Lucio Franco
2020-06-07chore: fix ci failure on master (#2593)Taiki Endo
2020-04-30task: fix LocalSet having a single shared task budget (#2462)Eliza Weisman
2020-03-05rt: cleanup and simplify scheduler (scheduler v2.5) (#2273)Carl Lerche
2020-01-06task: add ways to run a `LocalSet` from within a rt context (#1971)Eliza Weisman
2019-12-20chore: formatting, docs and clippy (#2000)Artem Vorotnikov
2019-12-17rt: avoid dropping a task in calls to wake() (#1972)Carl Lerche