Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
124
namespace StaticThreads {
125
126
rtc::Thread *getNetworkThread() {
127
return getThreads()->getNetworkThread();
128
}
129
130
rtc::Thread *getMediaThread() {
131
return getThreads()->getMediaThread();
Callers
2
start
Method · 0.85
MediaManager
Method · 0.85
Calls
1
getNetworkThread
Method · 0.80
Tested by
no test coverage detected