mirror of
https://github.com/wassname/ray.git
synced 2026-07-05 22:18:18 +08:00
[direct call] Fix max_calls interaction with background tasks. (#6536)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user