Function EventDriver.core
Core event loop functionality
abstract inout inout(EventDriverCore) core() nothrow @property @safe;
abstract inout inout(shared(EventDriverCore)) core() nothrow @property @safe shared;
Core event loop functionality
abstract inout inout(EventDriverCore) core() nothrow @property @safe;
abstract inout inout(shared(EventDriverCore)) core() nothrow @property @safe shared;