AbstractSelector

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

deregister
bool deregister(AbstractChannel watcher)
Undocumented in source. Be warned that the author may not have intended to support it.
dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
onLoop
void onLoop(void delegate() weak)
Undocumented in source. Be warned that the author may not have intended to support it.
register
bool register(AbstractChannel watcher)
Undocumented in source. Be warned that the author may not have intended to support it.
reregister
bool reregister(AbstractChannel watcher)
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Selector

register
bool register(AbstractChannel channel)
Undocumented in source.
reregister
bool reregister(AbstractChannel channel)
Undocumented in source.
deregister
bool deregister(AbstractChannel channel)
Undocumented in source.
stop
void stop()
Undocumented in source.
dispose
void dispose()
Undocumented in source.

Meta