pub trait ExecutorHandle {
    // Required method
    fn join(self);
}

Required Methods§

source

fn join(self)

Implementors§