core_pb

Module threaded_websocket

source
Expand description

See ThreadedSocket, a simple poll-based wrapper around a socket (websocket or TCP) connection that runs in a separate thread

Structs§

Enums§

  • Represents data that is either the given type, or text

Traits§

Functions§

  • Runs on a separate thread to babysit the socket
  • A future that yields the next message from the socket, or never if the socket is None

Type Aliases§

  • ipv4 address with port number