summaryrefslogtreecommitdiffstats
path: root/tokio/src/runtime/context.rs
AgeCommit message (Expand)Author
2020-10-13rt: switch `enter` to an RAII guard (#2954)Carl Lerche
2020-10-12rt: simplify rt-* features (#2949)Taiki Endo
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-09-24process: do not publicly turn on `signal` when enabled (#2871)Ivan Petkov
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-07-20Update doc comments (#2572)Mikail Bagishov
2020-04-12docs: replace some html links with rustdoc paths (#2381)xliiv
2020-01-07rt: cleanup runtime::context (#2063)Carl Lerche
2020-01-06rt: add a Handle::current() (#2040)Benjamin Fry
2020-01-06time: advance frozen time in `park_timeout` (#2059)Carl Lerche
2019-12-24rt: coalesce thread-locals used by the runtime (#1925)Gardner Vickers