Options controlling a single loopPoll() call.

Synopsis

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

struct LoopPollOptions;

Member Functions

Name

Description

LoopPollOptions [constructor]

Constructs options with default values.

Data Members

Name

Description

nonblock

Whether loopPoll returns without blocking for active events.

Created with MrDocs