summaryrefslogtreecommitdiffstats
path: root/tokio/src/signal
AgeCommit message (Expand)Author
2020-12-10docs: fix typo in signal module documentation (#3249)Yusuke Tanaka
2020-12-04deps: replace lazy_static with once_cell (#3187)Iban Eguia
2020-11-27signal: expose CtrlC stream on windows (#3186)Niklas Fiekas
2020-11-12net: add TcpStream::ready and non-blocking ops (#3130)Carl Lerche
2020-11-11io: driver internal cleanup (#3124)Carl Lerche
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-10-06process: add ProcessDriver to handle orphan reaping (#2907)Ivan Petkov
2020-10-02io: update to Mio 0.7 (#2893)Carl Lerche
2020-09-24sync: support mpsc send with `&self` (#2861)Carl Lerche
2020-09-24process: do not publicly turn on `signal` when enabled (#2871)Ivan Petkov
2020-09-23io: use intrusive wait list for I/O driver (#2828)Sean McArthur
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-08-13io: change AsyncRead to use a ReadBuf (#2758)Sean McArthur
2020-05-31docs: use intra-links in the docs (#2575)xliiv
2020-04-12docs: remove duplicate "a listener" (#2395)Max Inden
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2020-01-09docs: fix typo and issue reference (#2080)Yoshiya Hinosawa
2019-12-18stream: add `next` and `map` utility fn (#1962)Artem Vorotnikov
2019-12-13chore: remove benches and fix/work around clippy lints (#1952)Artem Vorotnikov
2019-11-28signal: update documentation with caveats (#1854)Ivan Petkov
2019-11-28Implement Stream for signal::unix::Signal (#1849)Ömer Sinan Ağacan
2019-11-20Refactor the I/O driver, extracting slab to `tokio::util`. (#1792)Carl Lerche
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-26io: move into `tokio` crate (#1691)Carl Lerche
2019-10-25net: move into tokio crate (#1683)Carl Lerche