Skip to content
Prev 1796 / 10988 Next

[Rcpp-devel] Interrupts in compiled code.

Hi Dirk,

I have a question about your example on better handling of interrupts with Rcpp: you set the signal handler on entry into the function, but never reset it to the original value. Should that be done as part of the cleanup? What will happen when the function returns to R, whether it was interrupted or not?

Davor
On 2010-12-08, at 1:02 PM, Dirk Eddelbuettel wrote:

            
...