vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

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.

Authors
Copyright
License