mirror of
https://github.com/wassname/ray.git
synced 2026-09-12 12:51:15 +08:00
Remove CoreWorkerTaskExecutionInterface (#6009)
This commit is contained in:
@@ -665,7 +665,7 @@ cdef class CoreWorker:
|
||||
|
||||
def run_task_loop(self):
|
||||
with nogil:
|
||||
self.core_worker.get().Execution().Run()
|
||||
self.core_worker.get().StartExecutingTasks()
|
||||
|
||||
def get_current_task_id(self):
|
||||
return TaskID(self.core_worker.get().GetCurrentTaskId().Binary())
|
||||
|
||||
Reference in New Issue
Block a user