PipeEndState.submitRead

void submitRead() @trusted nothrow

Submit an overlapped read operation.

Initiates an asynchronous read on the pipe. The operation will complete via IOCP, and the wakeup handler will process the result. Only one read operation can be pending at a time.

If the pipe is paused or a read is already in progress, this method does nothing.