Trait async_executors::iface::TokioIo[][src]

pub trait TokioIo { }
Expand description

Trait indicating that tokio IO can be used with the executor that implements it. Currently this can be enabled through features on TokioCt, TokioTp, AsyncGlobal and AsyncStd.

This means a tokio reactor will be running and that the network types from tokio (eg. TcpStream) will work.

Implementations on Foreign Types

Implementors

Signal io can be used on this executor.

Signal io can be used on this executor.