summaryrefslogtreecommitdiffstats
path: root/tokio/src/runtime/driver.rs
AgeCommit message (Expand)Author
2020-10-12chore: refactor runtime driver usage of `Either` (#2918)Ivan Petkov
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-10-06process: add ProcessDriver to handle orphan reaping (#2907)Ivan Petkov
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