folly::AsyncPipeWriter::hasPendingWrites

Return true if there are currently writes pending (eg: the pipe is blocked for writing)

Synopsis

Declared in <folly/io/async/AsyncPipe.h>

bool
hasPendingWrites() const;

Return Value

True if there are writes pending in the queue.