Function re_data_source::connect_to_ws_url
source · pub fn connect_to_ws_url(
url: &str,
on_msg: Option<Box<dyn Fn() + Send + Sync>>
) -> Result<Receiver<LogMsg>>
Expand description
on_msg
can be used to wake up the UI thread on Wasm.