SpiecsEngine
 
Loading...
Searching...
No Matches

◆ Remove()

void Spices::Net::Channel::Remove ( )

Remove this Channel state from Poller.

Definition at line 43 of file Channel.cpp.

44 {
45 m_Loop->RemoveChannel(this);
46 }
EventLoop * m_Loop
This channel interested EventLoop.
Definition Channel.h:237
void RemoveChannel(Channel *channel) const
Remove channel from poller.

References m_Loop, and Spices::Net::EventLoop::RemoveChannel().