mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 00:29:38 +08:00
[Java] Allow actor handle to be serialized without forking (#3686)
This commit is contained in:
@@ -17,4 +17,5 @@ public interface RayActor<T> {
|
||||
* @return The id of this actor handle.
|
||||
*/
|
||||
UniqueId getHandleId();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user