Package

scala.concurrent

forkjoin

Permalink

package forkjoin

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. forkjoin
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type ForkJoinPool = java.util.concurrent.ForkJoinPool

    Permalink
    Annotations
    @deprecated
    Deprecated

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

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

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  3. type ForkJoinWorkerThread = java.util.concurrent.ForkJoinWorkerThread

    Permalink
    Annotations
    @deprecated
    Deprecated

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

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

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  5. type RecursiveAction = java.util.concurrent.RecursiveAction

    Permalink
    Annotations
    @deprecated
    Deprecated

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

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

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  7. type ThreadLocalRandom = java.util.concurrent.ThreadLocalRandom

    Permalink
    Annotations
    @deprecated
    Deprecated

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

Deprecated Value Members

  1. object ForkJoinPool

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  2. object ForkJoinTask extends Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  3. object ThreadLocalRandom extends Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

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

Inherited from AnyRef

Inherited from Any

Ungrouped