re_grpc_client

Function spawn_future

Source
pub(crate) fn spawn_future<F>(future: F)
where F: Future<Output = ()> + 'static + Send,