[][src]Trait disrustor::ExecutorHandle

pub trait ExecutorHandle {
    fn join(self);
}

Required methods

fn join(self)

Loading content...

Implementors

impl ExecutorHandle for ThreadedExecutorHandle[src]

Loading content...