Module websocket::server::async [−][src]
The asynchronous implementation of a websocket server.
Structs
| Handle | A reference to a reactor. |
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. |