Skip to content

Run command in new thread to reap child zombies

Administrator requested to merge cmd_thread2 into master

Improved version of !2 (closed)

command::new with 'spawn' is hard to clean up, so this uses 'output', which blocks until the command returns and children are reaped.

fixes #1 (closed)

Merge request reports

Loading