Module miri::concurrency::thread

source ·
Expand description

Implements threads.

Structs§

  • A thread.
  • A thread identifier.
  • A set of threads.
  • Callbacks are used to implement timeouts. For example, waiting on a conditional variable with a timeout creates a callback that is called after the specified time and unblocks the thread. If another thread signals on the conditional variable, the signal handler deletes the callback.

Enums§

Traits§

Type Aliases§