mirror of
https://github.com/wassname/ray.git
synced 2026-08-07 11:27:43 +08:00
[Java] Support concurrent actor calls API. (#7022)
* WIP Temp change Attach native thread to jvm * Fix run mode * Address comments.
This commit is contained in:
@@ -515,7 +515,8 @@ cdef CRayStatus task_execution_handler(
|
||||
const c_vector[shared_ptr[CRayObject]] &c_args,
|
||||
const c_vector[CObjectID] &c_arg_reference_ids,
|
||||
const c_vector[CObjectID] &c_return_ids,
|
||||
c_vector[shared_ptr[CRayObject]] *returns) nogil:
|
||||
c_vector[shared_ptr[CRayObject]] *returns,
|
||||
const CWorkerID &c_worker_id) nogil:
|
||||
|
||||
with gil:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user