MCPcopy Create free account
hub / github.com/Snapchat/Valdi / resumePreload

Method resumePreload

valdi/src/valdi/runtime/Views/ViewPreloader.cpp:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void ViewPreloader::resumePreload() {
32 std::lock_guard<std::mutex> lock(_mutex);
33 if (_paused) {
34 _paused = false;
35 schedulePreloadIfNeeded();
36 }
37}
38
39void ViewPreloader::startPreload(const StringBox& className, size_t count) {
40 std::lock_guard<std::mutex> lock(_mutex);

Callers 1

setPreloadingPausedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected