Function buttplug::util::async_manager::spawn

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