Package scala.concurrent.forkjoin

package forkjoin

Source
package.scala
Linear Supertypes

Type Members

type ForkJoinPool = java.util.concurrent.ForkJoinPool

Annotations
@deprecated
Deprecated

(Since version 2.12.0) use java.util.concurrent.ForkJoinPool directly, instead of this alias

type ForkJoinTask[T] = java.util.concurrent.ForkJoinTask[T]

Annotations
@deprecated
Deprecated

(Since version 2.12.0) use java.util.concurrent.ForkJoinTask directly, instead of this alias

type ForkJoinWorkerThread = java.util.concurrent.ForkJoinWorkerThread

Annotations
@deprecated
Deprecated

(Since version 2.12.0) use java.util.concurrent.ForkJoinWorkerThread directly, instead of this alias

type LinkedTransferQueue[T] = java.util.concurrent.LinkedTransferQueue[T]

Annotations
@deprecated
Deprecated

(Since version 2.12.0) use java.util.concurrent.LinkedTransferQueue directly, instead of this alias

type RecursiveAction = java.util.concurrent.RecursiveAction

Annotations
@deprecated
Deprecated

(Since version 2.12.0) use java.util.concurrent.RecursiveAction directly, instead of this alias

type RecursiveTask[T] = java.util.concurrent.RecursiveTask[T]

Annotations
@deprecated
Deprecated

(Since version 2.12.0) use java.util.concurrent.RecursiveTask directly, instead of this alias

type ThreadLocalRandom = java.util.concurrent.ThreadLocalRandom

Annotations
@deprecated
Deprecated

(Since version 2.12.0) use java.util.concurrent.ThreadLocalRandom directly, instead of this alias

© 2002-2019 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://www.scala-lang.org/api/2.12.9/scala/concurrent/forkjoin/index.html