Function veilid_tools::spawn_detached_local

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