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

Method create

tgcalls/StaticThreads.cpp:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 Thread worker_;
90
91 static Thread create(const std::string &name) {
92 return init(std::unique_ptr<rtc::Thread>(rtc::Thread::Create()), name);
93 }
94 static Thread create_network(const std::string &name) {
95 return init(std::unique_ptr<rtc::Thread>(rtc::Thread::CreateWithSocketServer()), name);
96 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected