summaryrefslogtreecommitdiffstats
path: root/tokio/src/task
AgeCommit message (Expand)Author
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