Generator that creates a sequence of values and is capable to distribute the value generations onto various tasks
Total number of elements that this generator return
Serializes the generation of a single slice that can be executed as separate task
the slice/task index (start 0)
the number of items to include in this slice
the serialized function call
Generated using TypeDoc
Generator that creates a sequence of values and is capable to distribute the value generations onto various tasks