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

Method DisableSignalStopSource

r/src/safe-call-into-r.h:90–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 }
89
90 void DisableSignalStopSource() {
91 if (SignalStopSourceEnabled()) {
92 arrow::ResetSignalStopSource();
93 stop_source_ = nullptr;
94 }
95 }
96
97 arrow::io::IOContext CancellableIOContext() {
98 return arrow::io::IOContext(gc_memory_pool(),

Callers 1

Calls 1

ResetSignalStopSourceFunction · 0.85

Tested by

no test coverage detected