summaryrefslogtreecommitdiffstats
path: root/tokio/src/task
AgeCommit message (Expand)Author
2019-11-27doc: misc API documentation fixes (#1834)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-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-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-12reorganize modules (#1766)Carl Lerche