Function ic_cdk::spawn

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

Spawn an asynchronous task that drives the provided future to completion.