LibasyncEventLoopPolicy

Undocumented in source.
class LibasyncEventLoopPolicy : EventLoopPolicy {}

Members

Functions

newEventLoop
EventLoop newEventLoop()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From EventLoopPolicy

eventLoop
EventLoop eventLoop;
Undocumented in source.
setCalled
bool setCalled;
Undocumented in source.
getEventLoop
EventLoop getEventLoop()

Get the event loop.

setEventLoop
void setEventLoop(EventLoop loop)

Set the event loop.

newEventLoop
EventLoop newEventLoop()

Create a new event loop.

Meta