EventLoopGroup

Undocumented in source.

Constructors

this
this(uint size)
Undocumented in source.

Members

Functions

nextLoop
EventLoop nextLoop()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(EventLoop) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
EventLoop opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
start
void start(long timeout)

timeout: in millisecond

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

Properties

size
size_t size [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta