Check if a SafeCallIntoR call is able to execute
| 101 | |
| 102 | // Check if a SafeCallIntoR call is able to execute |
| 103 | bool CanExecuteSafeCallIntoR() { return IsMainThread() || executor_ != nullptr; } |
| 104 | |
| 105 | // The Executor that is running on the main R thread, if it exists |
| 106 | arrow::internal::Executor*& Executor() { return executor_; } |
no outgoing calls
no test coverage detected