mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 14:55:50 +08:00
[cpp worker] support cluster mode and object Put/Get works (#9682)
This commit is contained in:
@@ -33,7 +33,7 @@ int main() {
|
||||
|
||||
/// put and get object
|
||||
auto obj = Ray::Put(123);
|
||||
auto getRsult = obj.Get();
|
||||
auto get_result = obj.Get();
|
||||
|
||||
/// general function remote call(args passed by value)
|
||||
auto r0 = Ray::Task(Return1).Remote();
|
||||
|
||||
Reference in New Issue
Block a user