pub trait Executor: Send + Sync { // Required method fn spawn_ok(&self, task: BoxFuture<'static, ()>); }