Integrate ref count module into local memory store (#6122)

This commit is contained in:
Eric Liang
2019-11-15 10:52:19 -08:00
committed by GitHub
parent 62cbc043b4
commit 7d33e9949b
10 changed files with 190 additions and 61 deletions
+2 -1
View File
@@ -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()