mirror of
https://github.com/wassname/ray.git
synced 2026-07-07 20:29:59 +08:00
Push driver task in core worker (#5752)
This commit is contained in:
@@ -78,4 +78,5 @@ cdef extern from "ray/core_worker/core_worker.h" nogil:
|
||||
# TODO(edoakes): remove these once the Python core worker uses the task
|
||||
# interfaces
|
||||
void SetCurrentJobId(const CJobID &job_id)
|
||||
CTaskID GetCurrentTaskId()
|
||||
void SetCurrentTaskId(const CTaskID &task_id)
|
||||
|
||||
Reference in New Issue
Block a user