- handle
socket_t handle;
Undocumented in source.
- errorHandler
ErrorEventHandler errorHandler;
Undocumented in source.
- taskWorker
Worker taskWorker;
Undocumented in source.
- _isRegistered
bool _isRegistered;
Undocumented in source.
- _isClosed
bool _isClosed;
Undocumented in source.
- IsRegistered
bool IsRegistered()
- IsClosing
bool IsClosing()
- IsClosed
bool IsClosed()
- Close
void Close()
- DoClose
void DoClose()
Undocumented in source. Be warned that the author may not have intended to support it.
- OnClose
void OnClose()
Undocumented in source. Be warned that the author may not have intended to support it.
- ErrorOccurred
void ErrorOccurred(ErrorCode code, string msg)
Undocumented in source. Be warned that the author may not have intended to support it.
- OnRead
void OnRead()
Undocumented in source. Be warned that the author may not have intended to support it.
- OnWrite
void OnWrite()
Undocumented in source. Be warned that the author may not have intended to support it.
- HasFlag
bool HasFlag(ChannelFlag index)
Undocumented in source. Be warned that the author may not have intended to support it.
- Type
ChannelType Type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- eventLoop
Selector eventLoop [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- SetNext
void SetNext(AbstractChannel next)
Undocumented in source. Be warned that the author may not have intended to support it.
- Clear
void Clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- __anonymous
mixin OverrideErro
Undocumented in source.
- setFlag
void setFlag(ChannelFlag index, bool enable)
Undocumented in source. Be warned that the author may not have intended to support it.
- _loop
Selector _loop;
Undocumented in source.
https://stackoverflow.com/questions/40361869/how-to-wake-up-epoll-wait-before-any-event-happened