Function veilid_tools::spawn

source ·
pub fn spawn<Out>(
    future: impl Future<Output = Out> + Send + 'static
) -> MustJoinHandle<Out> 
where Out: Send + 'static,