Expand description
WebSocket message handler for Deribit.
The handler runs in a dedicated Tokio task as the I/O boundary between the client
orchestrator and the network layer. It exclusively owns the WebSocketClient and
processes commands from the client via an unbounded channel.
Structs§
- Deribit
WsFeed Handler - Deribit WebSocket feed handler.
Enums§
- Handler
Command - Commands sent from the client to the handler.