MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / newThread

Method newThread

Source/Common/Async.cpp:276–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276Async* AsyncThread::newThread() {
277 _userThreads.push_back(New<Async>());
278 return _userThreads.back().get();
279}
280
281void AsyncThread::cancel() {
282 _stopping.store(true, std::memory_order_relaxed);

Callers 11

WebSocketServerMethod · 0.80
HttpServerMethod · 0.80
downloadAsyncMethod · 0.80
ContentMethod · 0.80
Database.cppFile · 0.80
LoggerMethod · 0.80
loadTealStateMethod · 0.80
buildWaAsyncMethod · 0.80
formatWaAsyncMethod · 0.80
ShaderCompilerMethod · 0.80
DORA_TEST_ENTRYFunction · 0.80

Calls 3

getMethod · 0.65
push_backMethod · 0.45
backMethod · 0.45

Tested by

no test coverage detected