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

Method init

tgcalls/StaticThreads.cpp:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 static Thread init(Thread value, const std::string &name) {
99 value->SetName(name, nullptr);
100 value->Start();
101 return value;
102 }
103};
104
105class ThreadsCreator {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected