Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ flushAndTeardown
Method
flushAndTeardown
valdi_core/src/valdi_core/cpp/Threading/DispatchQueue.cpp:31–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
void DispatchQueue::flushAndTeardown() {
32
safeSync([this]() { this->fullTeardown(); });
33
}
34
35
bool DispatchQueue::isRunningSync() const {
36
return _runningSync;
Callers
2
fullTeardown
Method · 0.80
~DebuggerService
Method · 0.80
Calls
1
fullTeardown
Method · 0.45
Tested by
no test coverage detected