Package io.ray.api
Class WaitResult<T>
java.lang.Object
io.ray.api.WaitResult<T>
Represents the result of a Ray.wait call. It contains 2 lists, one containing the locally
available objects, one containing the rest.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WaitResult
-
-
Method Details
-
getReady
Get the list of ready objects. -
getUnready
Get the list of unready objects.
-