A callback wrapper object returned by $(D_PSYMBOL EventLoop.callSoon), $(D_PSYMBOL EventLoop.callSoonThreadSafe), $(D_PSYMBOL EventLoop.callLater), and $(D_PSYMBOL EventLoop.callAt).
Interface of event loop.
Interface of policy for accessing the event loop.
Equivalent to calling getEventLoopPolicy.getEventLoop.
Get the current event loop policy.
Equivalent to calling getEventLoopPolicy.newEventLoop.
Equivalent to calling getEventLoopPolicy.setEventLoop(loop).
Set the current event loop policy.
Interface server returned by createServer().
Exception conxtext for event exceptions
Boost Software License - Version 1.0
© 2015-2016 Dragos Carp
Event loop and event loop policy.