EVLOOP_ONCE

Block until we have an active event, then exit once all active events * have had their callbacks run.

extern (C) nothrow
enum EVLOOP_ONCE = 0x01;

Meta