[core] Post task submission to IO loop (#8090)

* Post to IO loop

* Unused

* Fix build
This commit is contained in:
Stephanie Wang
2020-04-20 19:13:50 -07:00
committed by GitHub
parent 708dff6d8f
commit eefea4e29c
6 changed files with 33 additions and 38 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ cdef extern from "ray/core_worker/core_worker.h" nogil:
CWorkerType &GetWorkerType()
CLanguage &GetLanguage()
CRayStatus SubmitTask(
void SubmitTask(
const CRayFunction &function, const c_vector[CTaskArg] &args,
const CTaskOptions &options, c_vector[CObjectID] *return_ids,
int max_retries)