package threads
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class Config(numThreads: Int) extends parallel.Config with Product with Serializable
- case class ParallelWorkerException[T](elem: T, idx: Int, exception: Throwable) extends RuntimeException with Product with Serializable
- case class ParallelWorkerExceptions[T](exceptions: Exceptions[T]) extends RuntimeException with Product with Serializable
-
case class
Parallelizer[T](input: Iterable[T])(implicit config: Config) extends parallel.Parallelizer[T] with Product with Serializable
Parallel-map over an Iterable using a configurable Config.numThreads number of threads
Value Members
- object Config extends Serializable
- object ParallelWorkerExceptions extends Serializable