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ยง