package parallel
- Alphabetic
- Public
- All
Type Members
-
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.
-
class
ThreadFactoryWrapper extends ThreadFactory
Wraps a ThreadFactory and applies custom code when a new thread is created.
Value Members
- object Implicits
- object ThreadFactoryWrapper