Stately has 2 basic ways to do this. The iso collections linked above is probably the better of the two. There’s an older collection model I wrote with AtomicReference, but the performance is generally worse.
p
Peter Kucera
09/01/2020, 3:17 PM
Thanks for helpful advice. Just to check my understanding - none of these iso collections are supposed to be used in platform specific modules, they can be accessed & they will only work inside commonMain module - is this correct?
k
kpgalligan
09/01/2020, 3:24 PM
You could use them in just native, if that’s what you’re looking to do.