Module collective::thread::handle
source · Expand description
Multithreading Utilities.
Structs§
- A lightweight abstration over a regular thread that provides an API for determining if a thread has terminated.
Enums§
- Error type for
ThreadHandle
.
Functions§
- Like
std::thread::spawn
, but returns aThreadHandle
instead.
Type Aliases§
- Result type for
ThreadHandle
.