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.
A type that is backed by a shared Memory instance.
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.