Function tryGetEventDriver
Returns the event driver associated with the calling thread, if any.
eventcore .drivers .posix .driver .PosixEventDriver!(eventcore.drivers.posix.epoll.EpollEventLoop) tryGetEventDriver() nothrow @nogc @safe;
If no driver has been created, this function will return null
.