Expand description
This module contains convenience types to make working with Futures and websocket results easier.
Type Aliasesยง
- WebSocket
Future - The most common Future in this library, it is simply some result
Ior aWebSocketError. This is analogous to theWebSocketResulttype.