Expand description
Utilities for working with Tokio.
This crate is not versioned in lockstep with the core
tokio crate. However, tokio-util will respect Rustβs
semantic versioning policy, especially with regard to breaking changes.
Re-exportsΒ§
pub use bytes;
ModulesΒ§
- cfg π
- codec
- Adaptors from
AsyncRead/AsyncWriteto Stream/Sink - either
- Module defining an Either type.
- future
- An extension trait for Futures that provides a variety of convenient adapters.
- io
- Helpers for IO related tasks.
- loom π
- This module abstracts over
loomandstd::synctypes depending on whether we are running loom tests or not. - sync
- Synchronization primitives
- tracing π
- util π