AbstractSelector

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

deregister
bool deregister(AbstractChannel channel)
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.
doSelect
int doSelect(long t)
Undocumented in source. Be warned that the author may not have intended to support it.
handleTimer
void handleTimer()
Undocumented in source. Be warned that the author may not have intended to support it.
onLoop
void onLoop(void delegate() weakup, long timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
register
bool register(AbstractChannel channel)
Undocumented in source. Be warned that the author may not have intended to support it.
reregister
bool reregister(AbstractChannel channel)
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.
weakUp
void weakUp()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Selector

_running
bool _running;
Undocumented in source.
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. Be warned that the author may not have intended to support it.
dispose
void dispose()
Undocumented in source.
isOpen
bool isOpen()

Tells whether or not this selector is open.

isRuning
alias isRuning = isOpen
Undocumented in source.
onLoop
void onLoop(void delegate() weakup, long timeout)

timeout: in millisecond

select
int select(long timeout)

timeout: in millisecond

select
int select()
Undocumented in source. Be warned that the author may not have intended to support it.
selectNow
int selectNow()
Undocumented in source. Be warned that the author may not have intended to support it.
doSelect
int doSelect(long timeout)
Undocumented in source.

Meta