If POLLABLE, call instead of wait after the file descriptor returned by pollFd() became readable. The returned range is valid until the next call to pollCompleted().

Synopsis

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

Range<Op**>
pollCompleted();

Return Value

The requests that have completed.

Created with MrDocs