summaryrefslogtreecommitdiffstats
path: root/tokio/src/task/blocking.rs
AgeCommit message (Expand)Author
2020-11-01tracing: replace future names with spawn locations in task spans (#3074)Eliza Weisman
2020-10-21tokio: deduplicate spawn_blocking (#3017)Marc-Antoine Perennou
2020-10-13rt: tweak spawn_blocking docs (#2955)Carl Lerche
2020-10-12rt: simplify rt-* features (#2949)Taiki Endo
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-07-13task: add Tracing instrumentation to spawned tasks (#2655)Eliza Weisman
2020-05-31docs: use intra-links in the docs (#2575)xliiv
2020-04-24task: update doc on spawn_blocking and block_in_place (#2436)Alice Ryhl
2020-04-23task: link to lib.rs in spawn_blocking documentation (#2426)Palash Ahuja
2020-04-16Support nested block_in_place (#2409)Jon Gjengset
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2020-01-22Enhance documentation of tokio::task::block_in_place (#2155)gliderkite
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-21runtime: cleanup and add config options (#1807)Carl Lerche
2019-11-18chore: refine feature flags (#1785)Carl Lerche
2019-11-16task: move blocking fns into `tokio::task` (#1781)Carl Lerche