summaryrefslogtreecommitdiffstats
path: root/tokio-util/src/context.rs
AgeCommit message (Expand)Author
2020-12-11util: add constructors to TokioContext (#3221)Alice Ryhl
2020-10-13rt: switch `enter` to an RAII guard (#2954)Carl Lerche
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-10-01time: introduce `sleep` and `sleep_until` functions (#2826)Juan Alvarez
2020-08-27rt: Refactor `Runtime::block_on` to take `&self` (#2782)Lucio Franco
2020-08-27util: Add `TokioContext` future (#2791)Blas Rodriguez Irizar