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

Function threadLoop

Source/Common/Utils.cpp:200–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200void threadLoop(const std::function<Job()>& work) {
201 SharedDirector.getScheduler()->schedule(loop(work));
202}
203
204std::string sprintf(const char* fmt, ...) {
205 int size = 1024;

Callers 3

SelfUpdater.tsFile · 0.85
YarnTester.tsFile · 0.85
TexturePacker.tsxFile · 0.85

Calls 3

loopFunction · 0.70
scheduleMethod · 0.45
getSchedulerMethod · 0.45

Tested by

no test coverage detected