| Package | Description |
|---|---|
| de.team33.patterns.testing.titan |
Provides classes for testing purpose.
|
| Modifier and Type | Method and Description |
|---|---|
static <R> Report<R> |
Parallel.report(int numberOfThreads,
Operation<R> operation)
Returns a
Report after executing a particular operation multiple times in parallel. |
static <R> Stream<R> |
Parallel.stream(int numberOfThreads,
Operation<R> operation)
Returns a
Stream of results after executing a particular operation multiple times in parallel. |
Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.