We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e3bfc7 + dd9bc39 commit 632a2f9Copy full SHA for 632a2f9
core/src/main/scala/scala/collection/parallel/Tasks.scala
@@ -293,7 +293,7 @@ trait ForkJoinTasks extends Tasks with HavingForkJoinPool {
293
}
294
295
object ForkJoinTasks {
296
- lazy val defaultForkJoinPool: ForkJoinPool = new ForkJoinPool()
+ lazy val defaultForkJoinPool: ForkJoinPool = ForkJoinPool.commonPool()
297
298
299
/* Some boilerplate due to no deep mixin composition. Not sure if it can be done differently without them.
0 commit comments