[][src]Trait movie_utils::JoinableHandle

pub trait JoinableHandle {
    fn join(self);
}

Trait for join() method that allow to to wait on actor. Implemented for std::thread::JoinHandle.

Required methods

fn join(self)

Loading content...

Implementations on Foreign Types

impl JoinableHandle for JoinHandle<()>[src]

Loading content...

Implementors

Loading content...