Function re_grpc_client::spawn_future

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