Function ic_kit::ic::spawn[][src]

pub fn spawn<F: 'static + Future<Output = ()> + Send>(future: F)
Expand description

Execute a future without blocking the current call.