[][src]Function buttplug::util::async_manager::spawn

pub fn spawn<Fut>(future: Fut) -> Result<(), SpawnError> where
    Fut: Future<Output = ()> + Send + 'static,