mirror of
https://github.com/wassname/ray.git
synced 2026-08-14 12:40:23 +08:00
Unregistered function handling
This commit is contained in:
@@ -82,6 +82,7 @@ message SubmitTaskRequest {
|
||||
|
||||
message SubmitTaskReply {
|
||||
repeated uint64 result = 1; // Object references of the function return values
|
||||
bool function_registered = 2; // True if the function was registered; false otherwise
|
||||
}
|
||||
|
||||
message RequestObjRequest {
|
||||
|
||||
Reference in New Issue
Block a user