Module agnostic_lite::async_std
source · Available on crate feature
async-std only.Expand description
Concrete runtime implementations based on async-std runtime.
Structs§
- The handle return by
RuntimeLite::spawn_afterorRuntimeLite::spawn_after_at - Concrete
RuntimeLiteimplementation based onasync_stdruntime. - A
AsyncSpawnerthat uses theasync-stdruntime.