<Ray Core> the implementation of global_worker.core_worker

When reading the source code of worker.py ,I wonder the exactt implementation of global_worker.core_worker, for example , ‘global_worker.core_worker.resource_ids( )’ (ray/worker.py:532) ,could you tell me about that ,thx!

Moving to Ray Core questions. cc @Stephanie_Wang

1 Like

You can find the implementations of these methods in this file, which defines the bindings between Python and Ray’s C++ backend.