Skip to main content

initialize_process

Function initialize_process 

Source
pub fn initialize_process(platform: SharedRef<Platform>)
Expand description

Process-global initialization of the garbage collector. Must be called before creating a Heap.

Can be called multiple times when paired with ShutdownProcess().