| 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(), |
no test coverage detected