Fix async actor high cpu utilization when idle (#6877)

This commit is contained in:
Simon Mo
2020-01-22 16:07:08 -08:00
committed by GitHub
parent 4dd41844d0
commit 5f527816fe
4 changed files with 145 additions and 106 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ cdef extern from "ray/core_worker/profiling.h" nogil:
cdef cppclass CProfileEvent "ray::worker::ProfileEvent":
void SetExtraData(const c_string &extra_data)
cdef extern from "ray/core_worker/transport/direct_actor_transport.h" nogil:
cdef extern from "ray/core_worker/fiber.h" nogil:
cdef cppclass CFiberEvent "ray::FiberEvent":
CFiberEvent()
void Wait()