This repository was archived by the owner on Jul 22, 2019. It is now read-only.
Tags: alexcrichton/tokio-process
Tags
## 0.2.4 - 2019-06-21 ### Fixed * Proccesses "leaked" via `Child::forget` now reaped rather than left as zombies for the duration of the parent process. * Dropping a `Child` process no longer blocks the caller until the process fully exits. This avoids a pathological deadlock if the kernel doesn't kill the child. ### Changed * Updated the example program for reading lines from a child process to be more flexible to be copy/pasted and iterated upon.
## 0.2.1 - 2018-05-18 ### Changed - **Breaking**: asynchronous spawning of a child process now requires using a reactor handle from the `tokio` crate instead of the `tokio-core` crate - Child processes may be spawned without specifying a `tokio` handle at all (the current/default reactor handle will be used) ### Removed - **Breaking**: removed all previously deprecated items
PreviousNext