java - Fork/Join Framework implementation in Stream API -
official oracle documentation says:
another implementation of fork/join framework used methods in java.util.streams package
the public classes have found there abstracttask , abstractshortcircuittask , abstract.
and haven't found , forkjoinpool implemenentation.
question: mean don't have manual access fork/join process in stream api , cannot not use implementation directly?
Comments
Post a Comment