- _id
size_t _id;
Undocumented in source.
- divider
size_t divider;
Undocumented in source.
- idleTime
long idleTime;
Undocumented in source.
- fd
int fd;
Undocumented in source.
- timeout
long timeout;
Undocumented in source.
- GetId
size_t GetId()
Undocumented in source. Be warned that the author may not have intended to support it.
- worker
Worker worker()
Undocumented in source. Be warned that the author may not have intended to support it.
- IsReady
bool IsReady()
Undocumented in source. Be warned that the author may not have intended to support it.
- IsRuning
bool IsRuning()
Tells whether or not this selector is running.
- isOpen
alias isOpen = IsRuning
Undocumented in source.
- IsStopping
bool IsStopping()
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.
- Deregister
bool Deregister(AbstractChannel channel)
Undocumented in source. Be warned that the author may not have intended to support it.
- DoSelect
int DoSelect(long timeout)
Undocumented in source.
- Run
void Run(long timeout)
- RunAsync
void RunAsync(long timeout, SimpleEventHandler handler)
- Stop
void Stop()
Undocumented in source. Be warned that the author may not have intended to support it.
- OnStop
void OnStop()
Undocumented in source. Be warned that the author may not have intended to support it.
- OnLoop
void OnLoop(long timeout)
- Select
int Select(long timeout)
- 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.
- Dispose
void Dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
- IsSelfThread
bool IsSelfThread()
Undocumented in source. Be warned that the author may not have intended to support it.