ThreadSafeStore
Threadsafe wrapper for ReduxKotlin store that synchronizes access to each function using kotlinx.AtomicFu [https://github.com/Kotlin/kotlinx.atomicfu] Allows all store functions to be accessed from any thread. This does have a performance impact for JVM/Native. TODO more info at https://ReduxKotlin.org
Constructors
Properties
Extensions
Link copied to clipboard
Converts a given Store to a ThreadSafeStore.