MCPcopy Create free account
hub / github.com/apache/arrow / ~WithSignalHandlerContext

Method ~WithSignalHandlerContext

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

Source from the content-addressed store, hash-verified

164 }
165
166 ~WithSignalHandlerContext() {
167 if (signal_handler_registered_) {
168 arrow::UnregisterCancellingSignalHandler();
169 }
170 }
171
172 private:
173 bool signal_handler_registered_;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected