source/core/manager/datum_sync_request_strategy library
Classes
- DatumSyncRequestStrategy
-
Defines the strategy for handling concurrent calls to the
synchronizemethod. - SequentialRequestStrategy
- A strategy that queues new sync requests if one is already in progress.
- SkipConcurrentStrategy
- A strategy that skips new sync requests if one is already in progress. This prevents re-entrant sync calls.