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 a ThreadHandle instead.

Type Definitions

Result type for ThreadHandle.