April 2017
Intermediate to advanced
594 pages
25h 15m
English
One of the most interesting features of Java 9 is the fork/join framework. It's an implementation of the Executor and ExecutorService interfaces that allows you to execute the Callable and Runnable tasks without managing the threads that execute them.
This executor is oriented to execute tasks that can be divided into smaller parts. Its main components are as follows:
Read now
Unlock full access