MCPcopy Create free account
hub / github.com/Haivision/srt / remove

Method remove

srtcore/queue.cpp:273–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273void srt::CSndUList::remove(const CUDT* u)
274{
275 ScopedLock listguard(m_ListLock);
276 remove_(u);
277}
278
279steady_clock::time_point srt::CSndUList::getNextProcTime()
280{

Callers 2

workerMethod · 0.45
removeConnectorMethod · 0.45

Calls 3

eraseMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected