-
- Downloads
Make pipe-management logic more robust.
Previous logic was vulnerable to the case in which both pipes reached EOF in the same loop iteration. Now we use std::list instead of std::vector, allowing us to iterate and delete with a single pass.
Please register or sign in to comment