Function workflow_rs::core::prelude::spawn

source ·
pub fn spawn<F, T>(future: F)
where F: Future<Output = T> + Send + 'static, T: Send + 'static,