Function veilid_tools::system_boxed

source ·
pub fn system_boxed<'a, Out>(
    future: impl Future<Output = Out> + Send + 'a
) -> SendPinBoxFutureLifetime<'a, Out>