Function wasmtime_wasi::preview2::spawn

source ·
pub fn spawn<F>(f: F) -> AbortOnDropJoinHandle<F::Output> where
    F: Future + Send + 'static,
    F::Output: Send + 'static,