Function screeps_async::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