Function wasmrs_runtime::spawn

source ·
pub fn spawn<F>(task: F) -> TaskHandlewhere
    F: Future<Output = ()> + ConditionallySafe + 'static,