summaryrefslogtreecommitdiffstats
path: root/tokio/tests/process_issue_2174.rs
AgeCommit message (Expand)Author
2020-10-01time: introduce `sleep` and `sleep_until` functions (#2826)Juan Alvarez
2020-09-08process: make `Child::kill` async (#2823)Ivan Petkov
2020-09-07process: add Child::{wait,try_wait} (#2796)Ivan Petkov
2020-02-25process: Wake up read and write on `EPOLLERR` (#2218)Kevin Leimkuhler