Modules§

  • Traits, helpers, and type definitions for asynchronous I/O functionality.
  • TCP/UDP/Unix bindings for tokio.
  • The Tokio runtime.
  • Due to the Stream trait’s inclusion in std landing later than Tokio’s 1.0 release, most of the Tokio stream utilities have been moved into the tokio-stream crate.
  • Synchronization primitives for use in asynchronous contexts.
  • Asynchronous green-threads.
  • Utilities for tracking time.

Macros§

Functions§