Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ leave
Method
leave
valdi/src/valdi/runtime/Utils/AsyncGroup.cpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
void AsyncGroup::leave() {
23
std::unique_lock<Mutex> guard(_mutex);
24
doLeave(guard);
25
}
26
27
bool AsyncGroup::leaveIfNotCompleted() {
28
std::unique_lock<Mutex> guard(_mutex);
Callers
13
onQueueEmpty
Method · 0.45
waitUntilAllUpdatesCompleted
Method · 0.45
TEST_P
Function · 0.45
TEST_P
Method · 0.45
makeCompletion
Method · 0.45
waitForANR
Method · 0.45
waitForNextTick
Method · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
resumeWorkerQueue
Method · 0.45
waitUntilAllUpdatesCompletedSync
Method · 0.45
unloadUnusedModules
Method · 0.45
Calls
no outgoing calls
Tested by
10
onQueueEmpty
Method · 0.36
waitUntilAllUpdatesCompleted
Method · 0.36
TEST_P
Function · 0.36
TEST_P
Method · 0.36
makeCompletion
Method · 0.36
waitForANR
Method · 0.36
waitForNextTick
Method · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
resumeWorkerQueue
Method · 0.36