summaryrefslogtreecommitdiffstats
path: root/tokio/tests/process_kill_on_drop.rs
AgeCommit message (Expand)Author
2020-12-01process: fix the process_kill_on_drop.rs test on non-Linux systems (#3203)Alan Somers
2020-10-01time: introduce `sleep` and `sleep_until` functions (#2826)Juan Alvarez
2020-01-06process: deprecate Child stdio accessors in favor of pub fields (#2014)Ivan Petkov
2019-11-22process: do not kill spawned processes on drop (#1814)Ivan Petkov