mirror of
https://github.com/wassname/ray.git
synced 2026-07-11 22:34:32 +08:00
[GCS Actor Management] Gcs actor management broken detached actor (#9473)
This commit is contained in:
@@ -124,7 +124,8 @@ cdef extern from "ray/core_worker/core_worker.h" nogil:
|
||||
*bytes,
|
||||
CObjectID *c_actor_handle_id)
|
||||
const CActorHandle* GetActorHandle(const CActorID &actor_id) const
|
||||
const CActorHandle* GetNamedActorHandle(const c_string &name)
|
||||
pair[const CActorHandle*, CRayStatus] GetNamedActorHandle(
|
||||
const c_string &name)
|
||||
void AddLocalReference(const CObjectID &object_id)
|
||||
void RemoveLocalReference(const CObjectID &object_id)
|
||||
void PutObjectIntoPlasma(const CRayObject &object,
|
||||
|
||||
Reference in New Issue
Block a user