bitflag enum io.ChildProcessEvents
Overview
bitflag enum ChildProcessEvents: io.StreamEvents { Eof, ProcessFinished, ProcessCrashed, };
Detailed Documentation
Enum Values
Eof
End-of-file was reached on the stdin
stream.
bitflag enum ChildProcessEvents: io.StreamEvents { Eof, ProcessFinished, ProcessCrashed, };
Eof
End-of-file was reached on the stdin
stream.