summaryrefslogtreecommitdiffstats
path: root/tokio/src/signal/windows.rs
AgeCommit message (Expand)Author
2020-11-27signal: expose CtrlC stream on windows (#3186)Niklas Fiekas
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-09-24process: do not publicly turn on `signal` when enabled (#2871)Ivan Petkov
2020-08-27rt: Refactor `Runtime::block_on` to take `&self` (#2782)Lucio Franco
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2019-12-18stream: add `next` and `map` utility fn (#1962)Artem Vorotnikov
2019-11-28signal: update documentation with caveats (#1854)Ivan Petkov
2019-11-16runtime: rename current_thread -> basic_scheduler (#1769)Carl Lerche
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-01runtime: merge multi & single threaded runtimes (#1716)Carl Lerche
2019-10-29sync: move into `tokio` crate (#1705)Carl Lerche
2019-10-28net: replace RwLock<Slab> with a lock free slab (#1625)Eliza Weisman
2019-10-25net: move into tokio crate (#1683)Carl Lerche