mirror of
https://github.com/wassname/ray.git
synced 2026-07-13 09:15:06 +08:00
Moving Local Mode to C++ (#7670)
This commit is contained in:
@@ -98,7 +98,8 @@ cdef extern from "ray/core_worker/core_worker.h" nogil:
|
||||
CRayStatus() nogil,
|
||||
void() nogil,
|
||||
void(c_string *stack_out) nogil,
|
||||
c_bool ref_counting_enabled)
|
||||
c_bool ref_counting_enabled,
|
||||
c_bool local_worker)
|
||||
CWorkerType &GetWorkerType()
|
||||
CLanguage &GetLanguage()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user