Crate runtime_raw

Source
Expand description

Types for defining custom Runtimes. See the Runtime documentation for more details.

These types are only necessary when implementing custom runtimes. If you’re only trying to perform IO, then there’s no need to bother with any of these types as they will have been implemented for you already.

Traits§

  • A future representing the notification that an elapsed duration has occurred.
  • A stream representing notifications at a fixed interval.
  • The runtime trait.
  • A TcpListener for this Runtime
  • A TcpStream for this Runtime
  • A UDP socket.

Functions§