Function mobc::spawn

source ·
pub fn spawn<T>(task: T)where
    T: Future + Send + 'static,
    T::Output: Send + 'static,
Expand description

Spawns a new asynchronous task.