[direct call] Fix max_calls interaction with background tasks. (#6536)

This commit is contained in:
Eric Liang
2019-12-19 13:48:32 -08:00
committed by GitHub
parent 41fa2e9604
commit e556b729c2
15 changed files with 154 additions and 28 deletions
+4 -1
View File
@@ -80,7 +80,10 @@ cdef extern from "ray/common/status.h" namespace "ray" nogil:
CRayStatus Interrupted(const c_string &msg)
@staticmethod
CRayStatus SystemExit()
CRayStatus IntentionalSystemExit()
@staticmethod
CRayStatus UnexpectedSystemExit()
c_bool ok()
c_bool IsOutOfMemory()