Module rbdc::rt

source ·

Re-exports§

Modules§

  • Asynchronous file and standard stream adaptation.

Structs§

  • Handle to the runtime.
  • A wrapper around a byte buffer that is incrementally filled and initialized.
  • A TCP stream between a local and a remote socket.
  • A wrapper around a rustls::ClientConfig, providing an async connect method.
  • A wrapper around an underlying raw stream which implements the TLS or SSL protocol.
  • A structure representing a connected Unix socket.

Traits§

Functions§

  • Waits until duration has elapsed.
  • Spawns a new asynchronous task, returning a JoinHandle for it.
  • Requires a Future to complete before the specified duration has elapsed.
  • Yields execution back to the Tokio runtime.