mmtk_shutdown

Function mmtk_shutdown 

Source
pub fn mmtk_shutdown<VM: VMBinding>(mmtk: &'static MMTK<VM>)
Expand description

Shut down an MMTk instance. This would asynchronously request GC workers to stop. Bindings need to check if all GC workers have quit in binding-specific ways.