Module asynchronous.events

Event loop and event loop policy.

Functions

Name Description
getEventLoop Equivalent to calling getEventLoopPolicy.getEventLoop.
getEventLoopPolicy Get the current event loop policy.
newEventLoop Equivalent to calling getEventLoopPolicy.newEventLoop.
setEventLoop Equivalent to calling getEventLoopPolicy.setEventLoop(loop).
setEventLoopPolicy Set the current event loop policy.

Interfaces

Name Description
Server Interface server returned by createServer().

Classes

Name Description
Callback A callback wrapper object returned by EventLoop.callSoon, EventLoop.callSoonThreadSafe, EventLoop.callLater, and EventLoop.callAt.
EventLoop Interface of event loop.
EventLoopPolicy Interface of policy for accessing the event loop.

Structs

Name Description
ExceptionContext Exception conxtext for event exceptions

Authors

Dragos Carp

Copyright

© 2015-2016 Dragos Carp

License

Boost Software License - Version 1.0