This repository has been archived by the owner on Jul 22, 2019. It is now read-only.
0.2.4 - 2019-06-21
Fixed
- Processes "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.