Expand description
Sync loop handle: manages the background sync loop thread.
Owns the sync infrastructure (storage client, HLC, session, etc.) and
spawns a dedicated OS thread that runs sync cycles on a timer or manual
trigger. Emits SyncLoopStatus events through a broadcast channel.
Structsยง
- Sync
Loop Handle - Manages the background sync loop and provides access to sync components.
- Sync
Loop Status - Status emitted by the sync loop after each cycle.