Perform a half‐shutdown of the write side of the transport.
Synopsis
Declared in <folly/io/async/AsyncTransport.h>
virtual
void
shutdownWriteNow() = 0;
Description
shutdownWriteNow() is identical to shutdownWrite(), except that it immediately performs the shutdown, rather than waiting for pending writes to complete. Any pending write requests will be immediately failed when shutdownWriteNow() is called.
Created with MrDocs