Module workflow_websocket::client
source · Expand description
async WebSocket client functionality (requires a browser (WASM) or tokio (native) executors)
Re-exports
Modules
Structs
An async WebSocket implementation capable of operating
uniformly under a browser-backed executor in WASM and under
native tokio-runtime.