Enum EpollEventType

Enum Documentation

enum class agnocast::EpollEventType : uint32_t

Categorizes the event types monitored by the Executor using epoll.

Events monitored by epoll are identified by a 64-bit integer, which is a combination of this event type and an event-specific local ID.

Values:

enumerator Subscription
enumerator Timer
enumerator Clock
enumerator Shutdown
enumerator NrEventType
enumerator Dummy