Skip to main content

init_unchecked

Function init_unchecked 

Source
unsafe fn init_unchecked() -> SEXP
Expand description

Initialize the preservation list (unchecked version).

Skips thread safety checks for performance-critical paths.

§Safety

Must be called from the R main thread. Only use in contexts where you’re certain you’re on the main thread.