Expand description
Background sync engine implementation.
This module provides the BackgroundSync struct that handles all sync operations in a single background thread, removing circular dependency issues and providing automatic retry, periodic sync, and reconnection handling.
Structs§
- Background
Sync - Background sync engine that owns all sync state and handles operations
Enums§
- Sync
Command - Commands that can be sent to the background sync engine