We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2faca4a commit 50680faCopy full SHA for 50680fa
gotchas.md
@@ -266,7 +266,9 @@ methods like
266
Python or
267
[`Handle::try_wait`](https://docs.rs/duct/latest/duct/struct.Handle.html#method.try_wait)
268
in Rust need to explicitly check whether IO threads have exited before doing
269
-any blocking joins.
+any blocking joins. These situations are also why we can't use files instead of
270
+pipes to capture output: we'd have no way to know whether grandchild processes
271
+were finished writing.
272
273
## Killing grandchild processes?
274
0 commit comments