Determine if the transport is writable or not.
Synopsis
Declared in <folly/io/async/AsyncTransport.h>
virtual
bool
writable() const;
Return Value
true iff the transport is writable, false otherwise.
Created with MrDocs