vibe.d beta banner
get vibe.d
0.10.0

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

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.

Authors
Copyright
License