Module sync

Module sync 

Source
Expand description

This module contains the synchronization logic for the application.

It includes mechanisms for exponential backoff, the core synchronization engine, and retry policies for network operations.

Re-exports§

pub use engine::DhtQueryResult;
pub use engine::SyncEngine;
pub use engine::SyncEvent;
pub use engine::SyncStores;

Modules§

backoff
This module provides an exponential backoff mechanism with jitter for retrying operations.
engine
This module contains the core synchronization engine of the application.
retry
This module provides a flexible retry mechanism with exponential backoff and jitter.