EV_TIMEOUT

Indicates that a timeout has occurred. It's not necessary to pass * this flag to event_for new()/event_assign() to get a timeout.

extern (C) nothrow
enum EV_TIMEOUT = 0x01;

Meta