Java's Fork/Join Framework
Categories: Java
During a recent code-review I noticed a work colleague had used method parallelStream
in Java code, and realized I didn’t know much about this method or the fork/join framework it relies on. The results of my research on the Java fork/join framework can be found here.