Function initialize

Source
pub fn initialize()
Expand description

Configures the runtime with default settings. Must be called only once

To use custom settings, create a Builder with Builder::new, customize as needed, then call Builder::apply

ยงPanics

This function panics if there is already a runtime initialized