Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix infinite loop in SubprocessSet::DoWork()
In case fd is invalid loop will be infinite because iterator is not incremented. Make cycle more obvious by adding regular iterator into for() loop and move Subprocess from running_ into finished_ in separate loop.
- Loading branch information