Push driver task in core worker (#5752)

This commit is contained in:
Edward Oakes
2019-09-23 10:53:55 -05:00
committed by GitHub
parent 62bc30c1cf
commit 61e5d674be
5 changed files with 31 additions and 64 deletions
+1
View File
@@ -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)