Gopal S Akshintala
val forkJoinPool = ForkJoinPool(AVAILABLE_CORES) val actualResult = forkJoinPool.invoke(MyRecursiveTask(TEAM))