Function veilid_tools::spawn_detached

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