Expand description

Functionality related to threads spawned by the workers.

The motivation for this module is to coordinate worker threads without using async Rust.

Enums§

  • Contains the outcome of waiting on threads, or Pending if none are ready.

Functions§

Type Aliases§