zcollection.sync#

Synchronization of concurrent accesses#

Classes

NoSync()

This class is used when the user does not want to synchronize accesses to the collection, in other words, when there is no concurrency.

ProcessSync(path)

This class is used when the user wants to synchronize accesses to the collection, in other words, when there is concurrency.

Sync()

Interface of the classes handling the synchronization of concurrent accesses.