mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
![]() Now c++ worker doesn't support `ActorHandle` type parameter. When we pass an `ActorHandle` object to a task, it will incur this error:  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. |
||
---|---|---|
.. | ||
api | ||
api.h |