Module async_std

Module async_std 

Source
Available on crate feature async-std only.
Expand description

async_std runtime adapter

Modules§

netnet
Network abstractions for async-std runtime
processprocess
Network abstractions for async-std runtime
quinnquinn
Quinn abstractions for async-std runtime

Structs§

AsyncIoSleep
The [AsyncSleep] implementation for any runtime based on async-io, e.g. async-std and smol.
AsyncIoTimeout
The AsyncTimeout implementation for any runtime based on async-io, e.g. async-std and smol.
AsyncStdAfterHandle
The handle return by RuntimeLite::spawn_after or RuntimeLite::spawn_after_at
AsyncStdRuntime
Concrete RuntimeLite implementation based on async_std runtime.
AsyncStdSpawner
A AsyncSpawner that uses the async-std runtime.
JoinError
Task failed to execute to completion.

Type Aliases§

AsyncIoDelay
Alias for Delay using smol or async-std runtime.
AsyncIoInterval
The AsyncInterval implementation for any runtime based on async-io, e.g. async-std and smol.