Function re_grpc_client::stream_from_redap
source ยท pub fn stream_from_redap(
url: String,
on_msg: Option<Box<dyn Fn() + Send + Sync>>,
) -> Result<Receiver<LogMsg>, InvalidRedapAddress>
Expand description
Stream an rrd file or metadata catalog over gRPC from a Rerun Data Platform server.
on_msg
can be used to wake up the UI thread on Wasm.