mirror of
https://github.com/wassname/ray.git
synced 2026-07-17 11:32:33 +08:00
Minimal implementation of direct task calls (#6075)
This commit is contained in:
@@ -176,8 +176,8 @@ cdef class ObjectID(BaseID):
|
||||
def hex(self):
|
||||
return decode(self.data.Hex())
|
||||
|
||||
def is_direct_actor_type(self):
|
||||
return self.data.IsDirectActorType()
|
||||
def is_direct_call_type(self):
|
||||
return self.data.IsDirectCallType()
|
||||
|
||||
def is_nil(self):
|
||||
return self.data.IsNil()
|
||||
|
||||
Reference in New Issue
Block a user