I think the main issue here is that expressing “I ...
# development
r
I think the main issue here is that expressing “I want to block until the process has had one line of output, then run some stuff while the process is still alive” is very complicated, there’s not a clear way to sequence “I want to run something when the process has started, but before it finishes” with “I want to run something when exactly one line of output is available”.