Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
200
void threadLoop(const std::function<Job()>& work) {
201
SharedDirector.getScheduler()->schedule(loop(work));
202
}
203
204
std::string sprintf(const char* fmt, ...) {
205
int size = 1024;
Callers
3
SelfUpdater.ts
File · 0.85
YarnTester.ts
File · 0.85
TexturePacker.tsx
File · 0.85
Calls
3
loop
Function · 0.70
schedule
Method · 0.45
getScheduler
Method · 0.45
Tested by
no test coverage detected