Module extendr_api::thread_safety

source ·
Expand description

Provide limited protection for multithreaded access to the R API.

Constants§

Statics§

  • R_API_LOCK 🔒
    A global lock, that should represent the global lock on the R-API. It is not tied to an actual instance of R.

Functions§