Function napi::bindgen_prelude::spawn[][src]

pub fn spawn<F>(fut: F) where
    F: 'static + Send + Future<Output = ()>,