A syncer that can be used to keep Entitys up-to-date with other peers across a sync interface.
Entity
Create a new syncer using the provided Sync1Interface.
Sync1Interface
Start syncing an entity. All local updates will be pushed to peers, and incoming changes will be automatically merged into the entity.
Stop syncing an entity.
A syncer that can be used to keep
Entity
s up-to-date with other peers across a sync interface.