Crate foyer_tokio

Crate foyer_tokio 

Source
Expand description

This crate re-exports tokio-like crates to switch between normal usage and deterministic testing.

Modules§

io
Re-export tokio. Traits, helpers, and type definitions for asynchronous I/O functionality.
net
Re-export tokio. TCP/UDP/Unix bindings for tokio.
stream
Re-export tokio. 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.
task
Re-export tokio. Asynchronous green-threads.

Macros§

pin
Re-export tokio. Pins a value on the stack.