ExecutorFunc

Trait ExecutorFunc 

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

Required Methods§

Source

fn call( &self, thread: VThread, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>

Implementors§