mirror of
https://github.com/wassname/ray.git
synced 2026-07-06 00:50:25 +08:00
Integrate ref count module into local memory store (#6122)
This commit is contained in:
@@ -65,7 +65,8 @@ cdef extern from "ray/core_worker/core_worker.h" nogil:
|
||||
const c_vector[CObjectID] &return_ids,
|
||||
c_vector[shared_ptr[CRayObject]] *returns) nogil,
|
||||
CRayStatus() nogil,
|
||||
void () nogil)
|
||||
void () nogil,
|
||||
c_bool ref_counting_enabled)
|
||||
void Disconnect()
|
||||
CWorkerType &GetWorkerType()
|
||||
CLanguage &GetLanguage()
|
||||
|
||||
Reference in New Issue
Block a user