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

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