hickory_proto::runtime

Function spawn_bg

Source
pub fn spawn_bg<F: Future<Output = R> + Send + 'static, R: Send + 'static>(
    runtime: &Runtime,
    background: F,
) -> JoinHandle<R>
Available on crate feature tokio-runtime only.
Expand description

Spawn a background task, if it was present