xxfast / KStore

A tiny Kotlin multiplatform library that assists in saving and restoring objects to and from disk using kotlinx.coroutines, kotlinx.serialisation and kotlinx.io
https://xxfast.github.io/KStore/
Apache License 2.0
470 stars 15 forks source link

Synchronising updates from multiple stores to a single file #85

Open xxfast opened 6 months ago

xxfast commented 6 months ago

When you create multiple stores pointing to the same file, those stores will not know about the updates from each other and can cause stores to be out of sync.