Available on crate feature
async-std only.Expand description
async_std runtime adapter
Modules§
- net
net - Network abstractions for
async-stdruntime - process
process - Network abstractions for
async-stdruntime - quinn
quinn - Quinn abstractions for
async-stdruntime
Structs§
- Async
IoSleep - The [
AsyncSleep] implementation for any runtime based onasync-io, e.g.async-stdandsmol. - Async
IoTimeout - The
AsyncTimeoutimplementation for any runtime based onasync-io, e.g.async-stdandsmol. - Async
StdAfter Handle - The handle return by
RuntimeLite::spawn_afterorRuntimeLite::spawn_after_at - Async
StdRuntime - Concrete
RuntimeLiteimplementation based onasync_stdruntime. - Async
StdSpawner - A
AsyncSpawnerthat uses theasync-stdruntime. - Join
Error - Task failed to execute to completion.
Type Aliases§
- Async
IoDelay - Alias for
Delayusingsmolorasync-stdruntime. - Async
IoInterval - The
AsyncIntervalimplementation for any runtime based onasync-io, e.g.async-stdandsmol.