[−][src]Module websocket::server::async
The asynchronous implementation of a websocket server.
Structs
Handle | A non-sendable handle to an event loop, useful for manufacturing instances
of |
Type Definitions
Incoming | A stream of websocket connections and addresses the server generates. |
Server | The asynchronous specialization of a websocket server. Use this struct to create asynchronous servers. |