Rx.Object (rx v0.1.0)

Copy Markdown View Source

Opaque handle to an R value held in the backend.

Summary

Types

t()

@type t() :: %Rx.Object{
  backend: atom(),
  id: String.t(),
  owner: node(),
  remote_info: term(),
  resource: term()
}