summaryrefslogtreecommitdiffstats
path: root/tokio/src/runtime/handle.rs
AgeCommit message (Expand)Author
2020-11-05rt: bring back a public Handle type (#3076)Marc-Antoine Perennou
2020-11-02rt: add missing Send bound (#3089)Alice Ryhl
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: switch `enter` to an RAII guard (#2954)Carl Lerche
2020-10-08time: rename `Delay` future to `Sleep` (#2932)Juan Alvarez
2020-09-22signal: move driver to runtime thread (#2835)Ivan Petkov
2020-08-27rt: Refactor `Runtime::block_on` to take `&self` (#2782)Lucio Franco
2020-05-14Clarifying that Handle::current must be called on a thread managed by tokio (...Sunjay Varma
2020-05-07rt: add Handle::spawn_blocking method (#2501)Adam C. Foltzer
2020-04-24runtime: improve runtime and handle doc (#2440)Alice Ryhl
2020-04-24Add Handle::block_on method (#2437)Dan Burkert
2020-03-17runtime: update the documentation around Handle (#2328)Alice Ryhl
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2020-01-20runtime: add Handle::try_current (#2118)Pierre Krieger
2020-01-07rt: cleanup runtime::context (#2063)Carl Lerche
2020-01-06rt: add a Handle::current() (#2040)Benjamin Fry
2019-12-24rt: coalesce thread-locals used by the runtime (#1925)Gardner Vickers
2019-11-21runtime: cleanup and add config options (#1807)Carl Lerche
2019-11-18chore: refine feature flags (#1785)Carl Lerche
2019-11-16runtime: set spawn context on enter (#1780)Carl Lerche
2019-11-16runtime: rename current_thread -> basic_scheduler (#1769)Carl Lerche
2019-11-15runtime: allow non-unit type output in {Runtime, Spawner}::spawn (#1756)Taiki Endo
2019-11-12reorganize modules (#1766)Carl Lerche