Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ flushTasksWithId
Method
flushTasksWithId
valdi/src/valdi/runtime/Utils/MainThreadManager.cpp:137–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
}
136
137
void MainThreadManager::flushTasksWithId(size_t flushId) {
138
while (runNextTaskWithId(flushId)) {
139
}
140
}
141
142
void MainThreadManager::beginBatch() {
143
std::lock_guard<std::mutex> lockGuard(_mutex);
Callers
1
scheduleFlush
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected