Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pure kotlin concurrency solution #23

Open
nxoim opened this issue May 2, 2024 · 1 comment
Open

pure kotlin concurrency solution #23

nxoim opened this issue May 2, 2024 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@nxoim
Copy link

nxoim commented May 2, 2024

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?

@osipxd osipxd added the enhancement New feature or request label May 2, 2024
@osipxd
Copy link
Collaborator

osipxd commented May 2, 2024

This is a great idea to add support for non-JVM targets! I'll investigate it.

@osipxd osipxd added this to the Next milestone May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants