SpliteratorTask
Description:
protected SpliteratorTask (Spliterator<G> spliterator, SpliteratorTask<R,G>? parent, int64 threshold, int max_depth, Executor executor)
Creates a spliterator task.
Parameters:
| spliterator |
a spliterator that may or may not be a container |
| parent |
the parent of this task |
| threshold |
sequential computation threshold |
| max_depth |
max task split depth. unlimited if negative |
| executor |
an executor that will invoke the task |