EventLoopPolicy

Interface of policy for accessing the event loop.

Members

Functions

getEventLoop
EventLoop getEventLoop()

Get the event loop.

newEventLoop
EventLoop newEventLoop()

Create a new event loop.

setEventLoop
void setEventLoop(EventLoop loop)

Set the event loop.

Variables

eventLoop
EventLoop eventLoop;
Undocumented in source.
setCalled
bool setCalled;
Undocumented in source.

Meta