Name Description Size
cfg.rs 1470
codec
compat.rs Compatibility between the `tokio::io` and `futures-io` versions of the `AsyncRead` and `AsyncWrite` traits. 8073
context.rs Tokio context aware futures utilities. This module includes utilities around integrating tokio with other runtimes by allowing the context to be attached to futures. This allows spawning futures on other executors while still using tokio to drive them. This can be useful if you need to use a tokio based library in an executor/runtime that does not provide a tokio context. 6369
either.rs Module defining an Either type. 5284
io
lib.rs 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. [`tokio`]: https://docs.rs/tokio 5354
loom.rs 26
net
sync
task
time
udp