Crate remoc_obs

Crate remoc_obs 

Source
👎Deprecated: remoc-obs has been integrated into remoc as module remoc::robs. Please update your references.
Expand description

Remotely observable collections.

This crate is deprecated: Remoc-obs has been integrated into Remoc as of version 0.10. Please update your references to use the remoc::robs module. Development continues as part of the Remoc repository.

This crate provides collections that emit an event for each change. This event stream can be sent to a local or remote endpoint (using remoc), where it can be either processed event-wise or a mirrored collection can be built from it.

Modules§

hash_mapDeprecated
Observable hash map.
hash_setDeprecated
Observable hash set.
listDeprecated
Observable append-only list.
vecDeprecated
Observable vector.

Structs§

ChangeNotifierDeprecated
Notifies a local observer of changes to an observable collection.
DroppedErrorDeprecated
The observed object has been dropped.

Enums§

RecvErrorDeprecated
An error occurred during receiving an event or initial value of an observed collection.
SendErrorDeprecated
An error occurred during sending an event for an observable collection.