Packages

package parallel

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class MapAsyncUnorderedIterator[T, R] extends Iterator[R]

    An iterator obtained by applying a function on each element of an input iterator, in a parallel fashion.

    An iterator obtained by applying a function on each element of an input iterator, in a parallel fashion. Elements are emitted as soon as they are ready, therefore the order of the elements may be different than in the input iterator.

    T

    The input element type.

    R

    The output element type.

  2. class ThreadFactoryWrapper extends ThreadFactory

    Wraps a ThreadFactory and applies custom code when a new thread is created.

Value Members

  1. object Implicits
  2. object ThreadFactoryWrapper

Ungrouped