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

Method enabled

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

Source from the content-addressed store, hash-verified

195 }
196
197 bool enabled() {
198 std::lock_guard<std::mutex> lock(mutex_);
199 return stop_source_ != nullptr;
200 }
201
202 void Enable() {
203 std::lock_guard<std::mutex> lock(mutex_);

Callers 4

SetSignalStopSourceFunction · 0.45
ResetSignalStopSourceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected