Function init_platform

Source
pub fn init_platform(thread_pool_size: u32, idle_task_support: bool)
Expand description

Explicitly initialize the V8 platform
Note that all runtimes must have a common parent thread that initalized the V8 platform

This is done automatically the first time Runtime::new is called, but for multi-threaded applications, it may be necessary to call this function manually