Trait bp3d_threads::Join[][src]

pub trait Join {
    fn join(self) -> Result<()>;
}
Expand description

Trait to access the join function of a thread handle.

Required methods

Joins this thread.

Implementations on Foreign Types

Implementors