Structs§
Split
is a parallel iterator using arbitrary data and a splitting function. This struct is created by thesplit()
function.
Functions§
- The
split
function takes arbitrary data and a closure that knows how to split it, and turns this into aParallelIterator
.