Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ runNextTask
Method
runNextTask
valdi_core/src/valdi_core/cpp/Threading/TaskQueue.cpp:246–248 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
244
}
245
246
bool TaskQueue::runNextTask() {
247
return runNextTask(std::chrono::steady_clock::now());
248
}
249
250
bool TaskQueue::runNextTask(std::chrono::steady_clock::time_point maxTime) {
251
auto shouldRun = true;
Callers
1
handler
Method · 0.45
Calls
3
DispatchFunction
Class · 0.85
notifyAll
Method · 0.80
now
Function · 0.50
Tested by
no test coverage detected