summaryrefslogtreecommitdiffstats
path: root/tokio/src/task/mod.rs
AgeCommit message (Expand)Author
2020-10-12rt: simplify rt-* features (#2949)Taiki Endo
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-03-05rt: cleanup and simplify scheduler (scheduler v2.5) (#2273)Carl Lerche
2020-01-20Yield now docs (#2129)David Kellum
2020-01-17task: Introduce a new pattern for task-local storage (#2126)Lucio Franco
2019-12-04task: fix infinite loop when dropping a `LocalSet` (#1892)Eliza Weisman
2019-12-03Fixing minor spelling mistake in task docs (#1889)Christopher Coverdale
2019-12-01doc: fix documented feature flags for tokio::task (#1876)Carl Lerche
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-20docs: improve `tokio::task` API documentation (#1801)Eliza Weisman
2019-11-18chore: refine feature flags (#1785)Carl Lerche
2019-11-16task: move blocking fns into `tokio::task` (#1781)Carl Lerche
2019-11-16task: return `JoinHandle` from spawn (#1777)Carl Lerche
2019-11-12reorganize modules (#1766)Carl Lerche