[][src]Function yukikaze::rt::tokio::init

pub fn init() -> Guard

Initializes new runtime and returns guard that controls its lifetime.

This function must be called prior to any usage of runtime related functionality:

Panics

If runtime is already initialized.