Sentinel class for communicating interrupts to the top-level END_RCPP macro
| 31 | |
| 32 | // Sentinel class for communicating interrupts to the top-level END_RCPP macro |
| 33 | class InterruptedException {}; |
| 34 | |
| 35 | // Sentinel object of class "interrupted-error" which is used for |
| 36 | // communicating interrupts accross module boundaries without an |
no outgoing calls