You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now java's concurrent hash map is being used, which makes this library unavailable for use under non-android and non-jvm targets. Perhaps concurrency could be handled using a mutex? Or an alternative could be used, like pure kotlin implementations of concurrent collections in the stately library?
The text was updated successfully, but these errors were encountered:
As of now java's concurrent hash map is being used, which makes this library unavailable for use under non-android and non-jvm targets. Perhaps concurrency could be handled using a mutex? Or an alternative could be used, like pure kotlin implementations of concurrent collections in the stately library?
The text was updated successfully, but these errors were encountered: