Struct crossbus::rt::runtime_async_std::Runtime
source · pub struct Runtime;Available on crate features
rt and async-std only.Expand description
impl async-std-based runtime
Trait Implementations§
source§impl<T> Spawning<T, JoinHandle<T>, T> for Runtime
impl<T> Spawning<T, JoinHandle<T>, T> for Runtime
async-std has a global runtime each time a future is spawned the global runtime is used