Module aio

Source
Expand description

This module implements the same features as the main crate, but using async io.

Modules§

async_std
Async-std abstraction for the aio Gateway.
tokio
Tokio abstraction for the aio Gateway.

Structs§

Gateway
This structure represents a gateway found by the search functions.

Traits§

Provider
Trait to allow abstracting over tokio and async-std.