Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ beginBatch
Method
beginBatch
valdi/src/valdi/runtime/Utils/MainThreadManager.cpp:142–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
}
141
142
void MainThreadManager::beginBatch() {
143
std::lock_guard<std::mutex> lockGuard(_mutex);
144
145
_batchCount++;
146
}
147
148
void MainThreadManager::endBatch() {
149
size_t flushId;
Callers
2
TEST
Method · 0.80
callSync
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Method · 0.64