Class ParallelActor

java.lang.Object
io.ray.api.parallelactor.ParallelActor

public class ParallelActor extends Object
The `ParallelActor` is used for creating multiple execution instances in different threads, to execute the methods. The methods will be invoked on the instances in different threads.