mirror of
https://github.com/wassname/ray.git
synced 2026-07-18 12:40:56 +08:00
Support retrieval of named actor handles (#13000)
Change-Id: I05d31c9c67943d2a0230782cbdaa98341584cbc7
This commit is contained in:
@@ -54,6 +54,7 @@ message ClientTask {
|
||||
ACTOR = 1;
|
||||
METHOD = 2;
|
||||
STATIC_METHOD = 3;
|
||||
NAMED_ACTOR = 4;
|
||||
}
|
||||
// Which type of work this request represents.
|
||||
RemoteExecType type = 1;
|
||||
|
||||
Reference in New Issue
Block a user