Function veilid_tools::spawn_local

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