All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.ray.api.parallelactor.ParallelActor Maven / Gradle / Ivy

There is a newer version: 2.36.0
Show newest version
package io.ray.api.parallelactor;

/**
 * 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.
 */
public class ParallelActor extends Call {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy