source/core/sync/datum_sync_execution_strategy library

Classes

DatumSyncExecutionStrategy
Defines the execution strategy for processing the sync queue.
IsolateStrategy
A strategy that runs the sync process in a background isolate.
ParallelStrategy
Processes pending operations in parallel batches.
SequentialStrategy
Processes pending operations one by one. This is safer and less resource-intensive.