| Interface | Description |
|---|---|
| ParallelActorContext | |
| ParallelActorHandle<A> |
The handle to a parallel actor.
|
| Class | Description |
|---|---|
| ParallelActor |
The `ParallelActor` is used for creating multiple execution instances in different threads, to
execute the methods.
|
| ParallelActorCreator<A> | |
| ParallelActorInstance<A> | |
| ParallelActorTaskCaller<R> | |
| VoidParallelActorTaskCaller |
Copyright © 2023. All rights reserved.