Module sync_loop

Module sync_loop 

Source
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ยง

SyncLoopHandle
Manages the background sync loop and provides access to sync components.
SyncLoopStatus
Status emitted by the sync loop after each cycle.