Function eventDriver
Returns the event driver associated to the calling thread.
eventcore .drivers .posix .driver .PosixEventDriver!(eventcore.drivers.posix.epoll.EpollEventLoop) eventDriver() nothrow @property @nogc @safe;
If no driver has been created, one will be allocated lazily. The return value is guaranteed to be non-null.