Function darpi::oneshot[][src]

pub async fn oneshot<T>(
    job: impl Into<Job<T>>
) -> Result<Receiver<T>, SendError<Job<T>>> where
    T: Send + 'static,