oconnor663 / shared_child.rs

a wrapper around std::process::Child that lets multiple threads wait or kill at once
MIT License
39 stars 7 forks source link

try_wait is stable in the standard library now #14

Closed oconnor663 closed 6 years ago

oconnor663 commented 7 years ago

https://doc.rust-lang.org/std/process/struct.Child.html#method.try_wait

oconnor663 commented 6 years ago

It requires &mut self though. So we still have a reason to exist :)