Module hashbrown::hash_table::rayon

source ·
Expand description

rayon-based parallel iterator types for hash tables. You will rarely need to interact with it directly unless you have need to name one of the iterator types.

Structs

  • Parallel iterator over entries of a consumed map.
  • Parallel draining iterator over entries of a map.
  • Parallel iterator over shared references to entries in a map.
  • Parallel iterator over mutable references to entries in a map.