Remove CoreWorkerTaskExecutionInterface (#6009)

This commit is contained in:
Edward Oakes
2019-10-25 16:33:44 -07:00
committed by GitHub
parent e6141a0b8b
commit d4055d70e3
14 changed files with 375 additions and 509 deletions
+1 -1
View File
@@ -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())