Smarter handling of ffmpeg processes #3

Closed
opened 2021-02-09 13:44:51 +00:00 by cameron · 1 comment
Owner

According to the Rust Command documentation, for child processes created with spawn may eventually become zombies unless we wait on them at some point. A proper object for keeping a handle on these child processes and waits from them to complete would probably be best.

According to the Rust `Command` [documentation](https://doc.rust-lang.org/std/process/struct.Child.html), for child processes created with `spawn` may eventually become zombies unless we wait on them at some point. A proper object for keeping a handle on these child processes and waits from them to complete would probably be best.
Author
Owner

Fixed with #4

Fixed with #4
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Apps/ImageApi#3