Make an event active.
Synopsis
Declared in <folly/io/async/EventHandler.h>
bool
activateEvent(int res);
Return Value
true if the event was successfully activated, false otherwise.
Parameters
Name |
Description |
res |
The set of events to mark as active on this handler. |
Created with MrDocs