Is there an equivalent of java CopyOnWriteArrayList in common code? I am trying to find an easy way to share a mutable collection across threads in common code.
@kpgalligan My mpp project has android and js targets, it looks like the
js()
target is commented in stately-collections
k
kpgalligan
11/23/2019, 1:09 AM
Ah, yeah. Stately started as a native mobile thing. Collections got moved out to a separate module in preparation for a faster implementation (probably early 2020). Core stately has JS, but I never went back and implemented collections.