Module broccoli::par[][src]

Expand description

Items to parallel build/query functions.

Structs

RayonJoin

An implementation of Joinable that uses rayon’s join.

Traits

Joinable

Trait defining the main primitive with which the _par functions will be parallelized. The trait is based off of rayon’s join function.