Trait GlobalExecutor
executor
pub trait GlobalExecutor { fn spawn( &mut self, future: Box<dyn Future<Output = ()> + Send + Unpin + 'static> ); }
fn spawn( &mut self, future: Box<dyn Future<Output = ()> + Send + Unpin + 'static>)
impl GlobalExecutor for Executor