|
|
SyncManager
Given a dictionary of relationships this class synchronizes the
relevant sinks and sources.
|
|
|
_ThreadedWorker
Aa python thread, Base class for refresh and syncronization
operations
|
|
|
SyncWorker
Class designed to be operated within a thread used to perform the
synchronization operation.
|
|
|
RefreshDataProviderWorker
Refreshes a single dataprovider, handling any errors, etc
|
|
|
BlockingFunctionCallWorker
Calls the provided (blocking) function in a new thread.
|
|
|
DeletedData
Simple wrapper around a deleted item.
|