Module websocket::sync

source ·
Expand description

A collection of handy synchronous-only parts of the crate.

Re-exports§

Modules§

  • A collection of handy synchronous-only parts of the client module.
  • A collection of handy synchronous-only parts of the server module.
  • A collection of traits and implementations for synchronous streams.

Traits§

  • Represents a stream that can be read from, and written to. This is an abstraction around readable and writable things to be able to speak websockets over ssl, tcp, unix sockets, etc.