MCPcopy Create free account
hub / github.com/apache/arrow / Disable

Method Disable

cpp/src/arrow/util/cancel.cc:207–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205 }
206
207 void Disable() {
208 std::lock_guard<std::mutex> lock(mutex_);
209 stop_source_.reset();
210 }
211
212 static SignalStopState* instance() {
213 static std::shared_ptr<SignalStopState> instance = []() {

Callers 1

ResetSignalStopSourceFunction · 0.80

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected