SpiecsEngine
 
Loading...
Searching...
No Matches

◆ RemoveChannel()

void Spices::Net::EventLoop::RemoveChannel ( Channel * channel) const

Remove channel from poller.

Parameters
[in]channelChannel.

Definition at line 122 of file EventLoop.cpp.

123 {
124 m_Poller->RemoveChannel(channel);
125 }
std::shared_ptr< Poller > m_Poller
Poller instance.
Definition EventLoop.h:148

Referenced by Spices::Net::Channel::Remove().