Skip to content
Prev 2106 / 21312 Next

[Bioc-devel] R_CheckUserInterrupt guidelines (was Re: R_CheckUserInterrupt in IRanges)

To 2nd what Seth's says, I think it is worth showing an explicit
example of how to check at regular intervals, e.g.  for (i = 0; i < n;
i++) { if (i %% 100 == 0) R_CheckUserInterrupt(); ... }

/Henrik
On Mon, Jan 11, 2010 at 3:50 PM, Seth Falcon <sfalcon at fhcrc.org> wrote: