Package

org.hammerlab.parallel

threads

Permalink

package threads

Visibility
  1. Public
  2. All

Type Members

  1. case class Config(numThreads: Int) extends parallel.Config with Product with Serializable

    Permalink
  2. case class ParallelWorkerException[T](elem: T, idx: Int, exception: Throwable) extends RuntimeException with Product with Serializable

    Permalink
  3. case class ParallelWorkerExceptions[T](exceptions: Seq[ParallelWorkerException[T]]) extends RuntimeException with Product with Serializable

    Permalink
  4. case class Parallelizer[T](input: Iterable[T])(implicit config: Config) extends parallel.Parallelizer[T] with Product with Serializable

    Permalink

    Parallel-map over an Iterable using a configurable Config.numThreads number of threads

Value Members

  1. object Config extends Serializable

    Permalink
  2. object ParallelWorkerExceptions extends Serializable

    Permalink

Ungrouped