MCPcopy Create free account
hub / github.com/catboost/catboost / StartThread

Function StartThread

library/cpp/threading/skip_list/perf/main.cpp:99–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 };
98
99 inline TAutoPtr<TWorkerThread> StartThread(std::function<void()> func) {
100 TAutoPtr<TWorkerThread> thread = new TWorkerThread(func);
101 thread->Start();
102 return thread;
103 }
104
105 ////////////////////////////////////////////////////////////////////////////////
106

Callers 1

TEST_ConcurrentMethod · 0.85

Calls 1

StartMethod · 0.45

Tested by

no test coverage detected