Function magnus::gc::enable

source ·
pub fn enable() -> bool
Expand description

Enable automatic GC run.

Garbage Collection is enabled by default, calling this function only makes sense if disable was previously called.

Returns true if GC was previously disabled, false otherwise.