Packages

t

scala.collection.parallel

HavingForkJoinPool

trait HavingForkJoinPool extends AnyRef

A trait describing objects that provide a fork/join pool.

Source
Tasks.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HavingForkJoinPool
  2. AnyRef
  3. Any
Implicitly
  1. by CollectionsHaveToParArray
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def forkJoinPool: ForkJoinPool

Concrete Value Members

  1. def toParArray: ParArray[T]
    Implicit
    This member is added by an implicit conversion from HavingForkJoinPool to CollectionsHaveToParArray[HavingForkJoinPool, T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (HavingForkJoinPool) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray