Currently, if there is no redirect to stdin, child process receives closed handle.
While more efficient, this may cause confusing errors for unsuspecting participants
who forgot to read data from a file.
Optionally revert to traditional behaviour of supplying 'null' handle,
reading of which will block and result in IL verdict.
Currently, if there is no redirect to stdin, child process receives closed handle.
While more efficient, this may cause confusing errors for unsuspecting participants who forgot to read data from a file. Optionally revert to traditional behaviour of supplying 'null' handle, reading of which will block and result in IL verdict.