MCPcopy Create free account
hub / github.com/TelegramMessenger/tgcalls / getNetworkThread

Function getNetworkThread

tgcalls/StaticThreads.cpp:126–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124namespace StaticThreads {
125
126rtc::Thread *getNetworkThread() {
127 return getThreads()->getNetworkThread();
128}
129
130rtc::Thread *getMediaThread() {
131 return getThreads()->getMediaThread();

Callers 2

startMethod · 0.85
MediaManagerMethod · 0.85

Calls 1

getNetworkThreadMethod · 0.80

Tested by

no test coverage detected