RcppThread {RcppThread}R Documentation

R-friendly C++11 threads

Description

Provides a C++11-style thread class and thread pool that can safely be interrupted from R.

References

Nagler, T. (2021). "R-Friendly Multi-Threading in C++." Journal of Statistical Software, Code Snippets, 97(1), 1-18. doi: 10.18637/jss.v097.c01.


[Package RcppThread version 2.1.3 Index]