This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.simplymeasured.gus.controller; | |
import java.util.Arrays; | |
/** | |
* Created by kenny on 9/20/16. | |
* | |
* Demonstrate Java Parallel streams fall back to main thread in the event that all workers in common fork join pool | |
* are saturated. | |
*/ |