Function rusty_v8::new_single_threaded_default_platform[][src]

pub fn new_single_threaded_default_platform() -> UniquePtr<Platform>

The same as new_default_platform() but disables the worker thread pool. It must be used with the –single-threaded V8 flag.