mirror of
https://github.com/wassname/ray.git
synced 2026-07-26 13:37:24 +08:00
Use strongly typed IDs in C++. (#4185)
* Use strongly typed IDs for C++. * Avoid heap allocation in cython. * Fix JNI part * Fix rebase conflict * Refine * Remove type check from __init__ * Remove unused constructor declarations.
This commit is contained in:
@@ -62,7 +62,7 @@ cdef extern from "ray/raylet/raylet_client.h" nogil:
|
||||
int num_returns, int64_t timeout_milliseconds,
|
||||
c_bool wait_local, const CTaskID ¤t_task_id,
|
||||
WaitResultPair *result)
|
||||
CRayStatus PushError(const CDriverID &job_id, const c_string &type,
|
||||
CRayStatus PushError(const CDriverID &driver_id, const c_string &type,
|
||||
const c_string &error_message, double timestamp)
|
||||
CRayStatus PushProfileEvents(
|
||||
const GCSProfileTableDataT &profile_events)
|
||||
|
||||
Reference in New Issue
Block a user