Skip to main content

ws_blocking

Function ws_blocking 

Source
pub async fn ws_blocking<T, F>(handle: &RuntimeHandle, f: F) -> Result<T>
where T: Send + 'static, F: FnOnce() -> Result<T> + Send + 'static,