The EventConfig class
Represents configuration structure which could be used in construction of the EventBase.
Intro
Represents configuration structure which could be used in construction of the EventBase.
Class synopsis
Predefined Constants
EventConfig::FEATURE_ETRequires a backend method that supports edge-triggered I/O.
EventConfig::FEATURE_O1Requires a backend method where adding or deleting a single event, or having a single event become active, is an O(1) operation.
EventConfig::FEATURE_FDSRequires a backend method that can support arbitrary file descriptor types, and not just sockets.
Eventconfig