mirror of
https://github.com/wassname/ray.git
synced 2026-09-09 11:32:43 +08:00
Implement named actors using the GCS service (#8328)
This commit is contained in:
@@ -123,6 +123,8 @@ cdef extern from "ray/core_worker/core_worker.h" nogil:
|
||||
CObjectID *c_actor_handle_id)
|
||||
CRayStatus GetActorHandle(const CActorID &actor_id,
|
||||
CActorHandle **actor_handle) const
|
||||
CRayStatus GetNamedActorHandle(const c_string &name,
|
||||
CActorHandle **actor_handle)
|
||||
void AddLocalReference(const CObjectID &object_id)
|
||||
void RemoveLocalReference(const CObjectID &object_id)
|
||||
void PromoteObjectToPlasma(const CObjectID &object_id)
|
||||
|
||||
Reference in New Issue
Block a user