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

a Handle API #5

Closed oconnor663 closed 7 years ago

oconnor663 commented 7 years ago

Current thought:

And probably have start return just Handle for consistency instead of Result<Handle>.

oconnor663 commented 7 years ago

Woops filed in the wrong repo.