Skip to main content

Module tokio

Module tokio 

Source
Expand description

tokio-backed Executor/Timer impls, used by connect_1_6/connect_2_0_1 and the crate’s own tests. Gated behind the tokio-runtime feature.

Structs§

TokioExecutor
Executor impl that spawns onto the ambient tokio runtime via tokio::spawn.
TokioTimer
Timer impl backed by tokio::time::sleep.