EVLOOP_NONBLOCK

Do not block: see which events are ready now, run the callbacks * of the highest-priority ones, then exit.

extern (C) nothrow
enum EVLOOP_NONBLOCK = 0x02;

Meta