pub trait ExecutorFunc { // Required method fn call( &self, thread: VThread, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>; }