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.

Author(s)

Maintainer: Thomas Nagler mail@tnagler.com (ORCID)

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.

See Also

Useful links:


[Package RcppThread version 2.1.7 Index]