summaryrefslogtreecommitdiffstats
path: root/tokio/src/task/spawn.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-08net: use &self with TcpListener::accept (#2919)Carl Lerche
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-03-17runtime: update the documentation around Handle (#2328)Alice Ryhl
2020-01-07rt: cleanup runtime::context (#2063)Carl Lerche
2019-12-24rt: coalesce thread-locals used by the runtime (#1925)Gardner Vickers
2019-12-10fix spawn function documentation (#1940)Juan Alvarez
2019-12-06doc: expand on runtime / spawn docs (#1914)Carl Lerche
2019-12-01doc: fix documented feature flags for tokio::task (#1876)Carl Lerche
2019-11-27doc: misc API documentation fixes (#1834)Oleg Nosov
2019-11-16task: return `JoinHandle` from spawn (#1777)Carl Lerche