summaryrefslogtreecommitdiffstats
path: root/tokio/src/task
AgeCommit message (Expand)Author
2020-12-09task: add missing feature flags for task_local and spawn_blocking (#3237)Nylonicious
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-10-08net: use &self with TcpListener::accept (#2919)Carl Lerche
2020-10-01time: introduce `sleep` and `sleep_until` functions (#2826)Juan Alvarez
2020-09-02util: add `const fn` support for internal `LinkedList`. (#2805)mental
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-05-31docs: use intra-links in the docs (#2575)xliiv
2020-05-06rt: simplify coop implementation (#2498)Carl Lerche
2020-04-30task: fix LocalSet having a single shared task budget (#2462)Eliza Weisman
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-21Remove relative link when possible and fix invalid links (#2423)damienrg
2020-04-20Be more principled about when blocking is ok (#2410)Jon Gjengset
2020-04-20task: Ensure the visibility modifier is propagated when constructing a task l...Gardner Vickers
2020-04-16Support nested block_in_place (#2409)Jon Gjengset
2020-04-13doc: fix a few broken links (#2400)xliiv
2020-04-12task: make LocalSet non-Send (#2398)Alice Ryhl
2020-04-12docs: replace some html links with rustdoc paths (#2381)xliiv
2020-03-28rt: cap fifo scheduler slot to avoid starvation (#2349)Carl Lerche
2020-03-17runtime: update the documentation around Handle (#2328)Alice Ryhl
2020-03-05rt: cleanup and simplify scheduler (scheduler v2.5) (#2273)Carl Lerche
2020-01-29rt: read join waker conditionally to avoid data race (#2096)Tomasz Miąsko
2020-01-29rt: enable task state assertions under loom (#2192)Jon Gjengset
2020-01-24task: add methods for inspecting JoinErrors (#2051)Daniel Fox Franke
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2020-01-22Enhance documentation of tokio::task::block_in_place (#2155)gliderkite
2020-01-21docs: fix incorrectly rendered doc tests; tighten phrasing (#2150)David Barsky
2020-01-20Yield now docs (#2129)David Kellum
2020-01-17task: Introduce a new pattern for task-local storage (#2126)Lucio Franco
2020-01-09rt: use release ordering in `drop_join_handle_fast` (#2044)Tomasz Miąsko
2020-01-07rt: cleanup runtime::context (#2063)Carl Lerche
2020-01-06Fix basic_scheduler deadlock when waking during drop (#2062)Sean McArthur
2020-01-06task: add ways to run a `LocalSet` from within a rt context (#1971)Eliza Weisman
2020-01-06rt: share vtable between waker and waker ref (#2045)Tomasz Miąsko
2019-12-24rt: coalesce thread-locals used by the runtime (#1925)Gardner Vickers
2019-12-17rt: avoid dropping a task in calls to wake() (#1972)Carl Lerche
2019-12-10fix spawn function documentation (#1940)Juan Alvarez
2019-12-06doc: expand on runtime / spawn docs (#1914)Carl Lerche
2019-12-05task: fix `LocalSet` failing to poll all local futures (#1905)Eliza Weisman
2019-12-04task: fix infinite loop when dropping a `LocalSet` (#1892)Eliza Weisman
2019-12-04Make JoinError Sync (#1888)Artem Vorotnikov
2019-12-03Fixing minor spelling mistake in task docs (#1889)Christopher Coverdale
2019-12-02task: relax 'static bound in `LocalSet::block_on` (#1882)Eliza Weisman
2019-12-01doc: fix documented feature flags for tokio::task (#1876)Carl Lerche
2019-11-27task: fix panic when dropping `LocalSet` (#1843)Eliza Weisman