Trait AsyncRuntime

Source
pub trait AsyncRuntime: Send {
    // Required method
    fn shutdown(&mut self);
}
Expand description

Handle to an async runtime, only used to shut it down for now.

Required Methods§

Source

fn shutdown(&mut self)

Implementors§