Official Oracle documentation says:
Another implementation of the fork/join framework is used by methods in the java.util.streams package
The only public classes I have found there are AbstractTask and AbstractShortCircuitTask and it is abstract.
And I haven't found and ForkJoinPool implemenentation.
Question: so does it mean that we don't have any manual access to fork/join process in Stream API and cannot not use this implementation directly?