KotlinPreferences icon indicating copy to clipboard operation
KotlinPreferences copied to clipboard

Implement possibility to apply changes immediately with commit() instead of apply()

Open felixdivo opened this issue 6 years ago • 1 comments

Existing users will not need to change anything: It is entirely opt-in, without the need for any more options to be set when defining the properties.

This feature is required in some multithreaded projects in order to avoid race conditions.

felixdivo avatar May 12 '19 22:05 felixdivo

Ahh, I should've applied this patch to PreferenceHolder ... 😤 Do they depend on each other so that this PR makes sense?

felixdivo avatar May 12 '19 23:05 felixdivo