MCPcopy Create free account
hub / github.com/PHZ76/RtspServer / UpdateChannel

Method UpdateChannel

src/net/EventLoop.cpp:117–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void EventLoop::UpdateChannel(ChannelPtr channel)
118{
119 std::lock_guard<std::mutex> locker(mutex_);
120 if (task_schedulers_.size() > 0) {
121 task_schedulers_[0]->UpdateChannel(channel);
122 }
123}
124
125void EventLoop::RemoveChannel(ChannelPtr& channel)
126{

Callers 4

TcpConnectionMethod · 0.45
HandleWriteMethod · 0.45
ListenMethod · 0.45
HandleCmdSetupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected