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

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -