Struct rquickjs_core::AsyncStd [−][src]
pub struct AsyncStd;This is supported on crate feature
async-std only.Expand description
The async_std runtime for spawning executors.
Trait Implementations
The async_std runtime for spawning executors.
type JoinHandle = JoinHandle<()>
type JoinHandle = JoinHandle<()>
This is supported on crate feature
futures only.The type of join handle which returns ()
This is supported on crate feature
futures only.Spawn pending jobs using async runtime spawn function