Expand description
Provide limited protection for multithreaded access to the R API.
Constants§
Statics§
- A global lock, that should represent the global lock on the R-API. It is not tied to an actual instance of R.
Functions§
- Wrap an R function such as
Rf_findFunction
and convert errors and panics into results. - Run
f
while ensuring thatf
runs in a single-threaded manner.