SpiecsEngine
 
Loading...
Searching...
No Matches

◆ UpdateChannel()

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

Update channel state with poller.

Parameters
[in]channelChannel.

Definition at line 117 of file EventLoop.cpp.

118 {
119 m_Poller->UpdateChannel(channel);
120 }
std::shared_ptr< Poller > m_Poller
Poller instance.
Definition EventLoop.h:148

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