mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 00:55:31 +08:00
[cpp worker] support pass by reference on cluster mode (#11753)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <ray/api.h>
|
||||
|
||||
/// using namespace
|
||||
using namespace ray::api;
|
||||
using namespace ::ray::api;
|
||||
|
||||
/// general function of user code
|
||||
int Return1() { return 1; }
|
||||
|
||||
Reference in New Issue
Block a user