MCPcopy 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
31void DispatchQueue::flushAndTeardown() {
32 safeSync([this]() { this->fullTeardown(); });
33}
34
35bool DispatchQueue::isRunningSync() const {
36 return _runningSync;

Callers 2

fullTeardownMethod · 0.80
~DebuggerServiceMethod · 0.80

Calls 1

fullTeardownMethod · 0.45

Tested by

no test coverage detected