Closed d-r-q closed 4 years ago
Currently MapStorage implemented via simple map, and while writes to the map are performed from the same thread and it should work for js and native, for jvm reading threads may not see writes due to java memory model
Was implemented using PersistentMap
Currently MapStorage implemented via simple map, and while writes to the map are performed from the same thread and it should work for js and native, for jvm reading threads may not see writes due to java memory model