Selector

Members

Aliases

isRuning
alias isRuning = isOpen
Undocumented in source.

Functions

deregister
bool deregister(AbstractChannel channel)
Undocumented in source.
dispose
void dispose()
Undocumented in source.
doSelect
int doSelect(long timeout)
Undocumented in source.
isOpen
bool isOpen()

Tells whether or not this selector is open.

onLoop
void onLoop(void delegate() weakup, long timeout)

timeout: in millisecond

register
bool register(AbstractChannel channel)
Undocumented in source.
reregister
bool reregister(AbstractChannel channel)
Undocumented in source.
select
int select()
Undocumented in source. Be warned that the author may not have intended to support it.
select
int select(long timeout)

timeout: in millisecond

selectNow
int selectNow()
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.

Variables

_running
bool _running;
Undocumented in source.

Meta