TcpConnectionState.submitRecv
void submitRecv() @trusted nothrowSubmit an overlapped receive operation. *
- Initiates an asynchronous receive on the socket. The operation will
- complete via IOCP, and the prepare handler will process the result.
- Only one receive operation can be pending at a time.