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