Marks an event as active with the given result flags.

Synopsis

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

virtual
bool
eb_event_active(
    Event& event,
    int res) = 0;

Return Value

True if the event was activated.

Parameters

Name

Description

event

The event to activate.

res

The result flags to set.

Created with MrDocs