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