Expand description
Sync protocol abstraction — SyncHandle,
SyncUpdate, SyncError.
Sync protocol trait — abstraction over SVS, PSync, etc.
Consumers don’t choose a sync protocol directly; they subscribe to a group prefix and the runtime picks the appropriate protocol.
Structs§
- Sync
Handle - Handle to a running sync group.
- Sync
Update - A notification that new data is available from a peer.
Enums§
- Sync
Error - Error type for sync protocol operations.