EV_PERSIST

Persistent event: won't get removed automatically when activated.

When a persistent event with a timeout becomes activated, its timeout is reset to 0.

extern (C) nothrow
enum EV_PERSIST = 0x10;

Meta