Module hashbrown::raw::rayon[][src]

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

Structs

RawIntoParIter

Parallel iterator which consumes a table and returns elements.

RawParDrain

Parallel iterator which consumes elements without freeing the table storage.

RawParIter

Parallel iterator which returns a raw pointer to every full bucket in the table.