- Close
void Close()
Undocumented in source. Be warned that the author may not have intended to support it.
- OnTick
ITimer OnTick(TickedEventHandler handler)
The handler will be handled in another thread.
- OnTick
void OnTick()
Undocumented in source. Be warned that the author may not have intended to support it.
- Reset
void Reset(size_t interval)
Undocumented in source. Be warned that the author may not have intended to support it.
- Reset
void Reset(Duration duration)
Undocumented in source. Be warned that the author may not have intended to support it.
- Reset
void Reset(bool immediately, bool once)
Undocumented in source. Be warned that the author may not have intended to support it.
- Start
void Start(bool immediately, bool once)
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.
- 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.