Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SharedObject

A type that is backed by a shared Memory instance.

remarks

The implementation of the SharedObject interface is provided by the @shared(...) class decorator. As such, shared object implementations should implement this interface, and then also apply the @shared(...) class decorator in order to mixin the appropriate implementation.

Hierarchy

Implemented by

Generated using TypeDoc