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
ThreadIdobject. This is an opaque type.