MCPcopy 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
137void MainThreadManager::flushTasksWithId(size_t flushId) {
138 while (runNextTaskWithId(flushId)) {
139 }
140}
141
142void MainThreadManager::beginBatch() {
143 std::lock_guard<std::mutex> lockGuard(_mutex);

Callers 1

scheduleFlushMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected