Development Documentation (main branch) - For stable release docs, see docs.rs/eidetica

Module background

Module background 

Source
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§

BackgroundSync
Background sync engine that owns all sync state and handles operations

Enums§

SyncCommand
Commands that can be sent to the background sync engine