Function wasmtime_wasi::runtime::spawn

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