class
ThreadR-friendly version of std::thread
.
Instances of class Thread
behave just like instances of std::thread
, see http:/checkUserInterrupt()
.
Public functions
- void join()
Function documentation
void RcppThread:: Thread:: join()
checks for interruptions and messages every 0.25 seconds and after computations have finished.