[cpp worker] support pass by reference on cluster mode (#11753)

This commit is contained in:
SongGuyang
2020-11-17 06:30:35 +08:00
committed by GitHub
parent 8d599bb3f5
commit df2c2a7ce5
22 changed files with 235 additions and 223 deletions
+1 -1
View File
@@ -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; }