pub async fn ws_blocking_with_options<T, F>(
handle: &RuntimeHandle,
options: BlockingOptions,
f: F,
) -> Result<T>Expand description
Executes a WebSocket-related blocking closure with explicit options.
pub async fn ws_blocking_with_options<T, F>(
handle: &RuntimeHandle,
options: BlockingOptions,
f: F,
) -> Result<T>Executes a WebSocket-related blocking closure with explicit options.