SpiecsEngine
 
Loading...
Searching...
No Matches

◆ Update()

void Spices::Net::Channel::Update ( )
private

Update this Channel state to Poller.

Definition at line 48 of file Channel.cpp.

49 {
50 m_Loop->UpdateChannel(this);
51 }
EventLoop * m_Loop
This channel interested EventLoop.
Definition Channel.h:237
void UpdateChannel(Channel *channel) const
Update channel state with poller.

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

Referenced by DisableAll(), DisableReading(), DisableWriting(), EnableReading(), and EnableWriting().