Expand description
movie_utils - crate containing Handle type and JoinableHandle trait.
Structs§
- Handle
- Handle returned by
Actor::start(). Generic version.
Traits§
- Joinable
Handle - Trait for
join()method that allow to to wait on actor. Implemented forstd::thread::JoinHandle.