Module rayon::iter::splitter

source ·

Structs§

  • Split is a parallel iterator using arbitrary data and a splitting function. This struct is created by the split() function.

Functions§

  • The split function takes arbitrary data and a closure that knows how to split it, and turns this into a ParallelIterator.