mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 20:07:41 +08:00
Implement actor dummy object gc in java (#3822)
* Add dummy object gc in java * Fix * Address comments. * Refine * Address comments.
This commit is contained in:
committed by
Stephanie Wang
parent
816406ea3d
commit
dcb744518e
@@ -81,7 +81,7 @@ public interface RayRuntime {
|
||||
* @param args The arguments of the remote function.
|
||||
* @return The result object.
|
||||
*/
|
||||
RayObject call(RayFunc func, RayActor actor, Object[] args);
|
||||
RayObject call(RayFunc func, RayActor<?> actor, Object[] args);
|
||||
|
||||
/**
|
||||
* Create an actor on a remote node.
|
||||
|
||||
Reference in New Issue
Block a user