We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GetCallerId
1 parent 70d07d3 commit 1ccf062Copy full SHA for 1ccf062
python/ray/includes/libcoreworker.pxd
@@ -213,7 +213,6 @@ cdef extern from "ray/core_worker/core_worker.h" nogil:
213
void SetActorTitle(const c_string &title)
214
void SetActorReprName(const c_string &repr_name)
215
void SetWebuiDisplay(const c_string &key, const c_string &message)
216
- CTaskID GetCallerId()
217
const ResourceMappingType &GetResourceIDs() const
218
void RemoveActorHandleReference(const CActorID &actor_id)
219
optional[int] GetLocalActorState(const CActorID &actor_id) const
0 commit comments