Function darpi::spawn[][src]

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