ray/cpp/include/ray
Tao Wang d4a1cebaa3
[C++ worker]Support ActorHandle type parameter (#27364)
Now c++ worker doesn't support `ActorHandle` type parameter.
When we pass an `ActorHandle` object to a task, it will incur this error:
![image](https://user-images.githubusercontent.com/5276001/182349872-a616ff55-6a2b-454d-9831-18877b56c228.png)
The reason is that caller just deserializes the actor handle but doesn't register it to core worker, so if we call tasks of the actor, it will not be found in local.
2022-08-04 16:39:52 +08:00
..
api [C++ worker]Support ActorHandle type parameter (#27364) 2022-08-04 16:39:52 +08:00
api.h [runtime env] plugin refactor [7/n]: support runtime env in C++ API (#27010) 2022-07-27 18:24:31 +08:00