Structs
- Proof object that guarantees the owning thread has the given ThreadId.
- Object returned by
spawn()
to allow thread joining. (Wrapper aroundstd::thread::JoinHandle
.) - Wrapper around Rust’s
ThreadId
object. This is an opaque type.
spawn()
to allow thread joining.
(Wrapper around std::thread::JoinHandle
.)ThreadId
object. This is an opaque type.