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

Method stop_source

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

Source from the content-addressed store, hash-verified

190 }
191
192 StopSource* stop_source() {
193 std::lock_guard<std::mutex> lock(mutex_);
194 return stop_source_.get();
195 }
196
197 bool enabled() {
198 std::lock_guard<std::mutex> lock(mutex_);

Callers 1

SetSignalStopSourceFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected