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