Skip to main content

GC_finalize_on_demand

Static GC_finalize_on_demand 

Source
pub unsafe static mut GC_finalize_on_demand: c_int
Expand description

If nonzero, finalizers will only be run in response to an explicit GC_invoke_finalizers() call. The default is determined by whether the FINALIZE_ON_DEMAND macro is defined when the collector is built. The setter and the getter are unsynchronized.