Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xtra-Computing/thundersvm
/ run
Method
run
src/thundersvm/util/log.cpp:2275–2280 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2273
}
2274
2275
void AsyncDispatchWorker::run(void) {
2276
while (continueRunning()) {
2277
emptyQueue();
2278
base::threading::msleep(10); // 10ms
2279
}
2280
}
2281
#endif // ELPP_ASYNC_LOGGING
2282
2283
// DefaultLogBuilder
Callers
nothing calls this directly
Calls
1
msleep
Function · 0.85
Tested by
no test coverage detected