rustmax

Module crossbeam

Source
Expand description

Concurrency tools to supplement std::sync, including fast channels.

See crate ::crossbeam.

Modules§

  • Atomic types.
  • Multi-producer multi-consumer channels for message passing.
  • Concurrent work-stealing deques.
  • Epoch-based memory reclamation.
  • Concurrent queues.
  • Thread synchronization primitives.
  • Threads that can borrow variables from the stack.
  • Miscellaneous utilities.

Macros§

  • Selects from a set of channel operations.

Functions§

  • Creates a new scope for spawning threads.