All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.specs2.control.Specs2ForkJoin.scala Maven / Gradle / Ivy

There is a newer version: 3.7
Show newest version
package org.specs2.control

import concurrent.forkjoin.ForkJoinPool

object Specs2ForkJoin {
  def pool =
    new ForkJoinPool(Runtime.getRuntime.availableProcessors,
                     NamedForkJoinWorkerThreadFactory.specs2, Thread.currentThread.getThreadGroup, false)

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy