Struct rquickjs::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<()>
The type of join handle which returns ()
Spawn pending jobs using async runtime spawn function