Available on crate feature
engine
only.Expand description
Handlers and actors to for live syncing replicas.
crate::Replica
is also called documents here.
Structs§
- Default
Author - Persistent default author for a docs engine.
- Engine
- The sync engine coordinates actors that manage open documents, set-reconciliation syncs with peers and a gossip swarm for each syncing document.
- Sync
Event - Event emitted when a sync operation completes
Enums§
- Default
Author Storage - Where to persist the default author.
- Live
Event - Events informing about actions of the live sync progress.
- Origin
- Why we performed a sync exchange
- Sync
Reason - Why we started a sync request
Functions§
- entry_
to_ content_ status - Converts an
EntryStatus
into a [‘ContentStatus’].