Skip to main content

R_gc_running

Function R_gc_running 

Source
unsafe fn R_gc_running() -> c_int
Expand description

Check if the garbage collector is currently running.

Returns non-zero if GC is in progress. Checked wrapper for R_gc_running. Calls R_gc_running_unchecked and routes through with_r_thread. Generated from source location line 3317, column 8. Generated from source file miniextendr-api/src/ffi.rs.