SpiecsEngine
 
Loading...
Searching...
No Matches

◆ HasChannel()

bool Spices::Net::EventLoop::HasChannel ( Channel * channel) const

Determine if channel is inside poller.

Parameters
[in]channelChannel.
Returns
Returns true if channel is inside poller.

Definition at line 127 of file EventLoop.cpp.

128 {
129 return m_Poller->HasChannel(channel);
130 }
std::shared_ptr< Poller > m_Poller
Poller instance.
Definition EventLoop.h:148