summaryrefslogtreecommitdiffstats
path: root/tokio/src/signal/unix.rs
AgeCommit message (Expand)Author
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-22signal: move driver to runtime thread (#2835)Ivan Petkov
2020-08-13io: change AsyncRead to use a ReadBuf (#2758)Sean McArthur
2020-05-31docs: use intra-links in the docs (#2575)xliiv
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-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-15Limit `futures` dependency to `Stream` via feature flag (#1774)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