ObjectRef

The class is user-facing object reference that is returned from RemoteFunction or ActorMethod. The class is a wrapper over an original future object of the concrete backend (ray.ObjectRef, dask.distributed.Future, etc.).

API

class unidist.core.base.object_ref.ObjectRef(ref)

A class that wraps an object ref specific for the backend.

Parameters:

ref (object ref) – An object ref specific for the backend.