-
Notifications
You must be signed in to change notification settings - Fork 530
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
Default constructor for MapRef
#4136
Comments
@armanbilge I'd like to pick this up |
@BalmungSan raised a good point that this default constructor should only require a |
While we're at it, a nicer API for |
Yes, I think this would be my vote. I think should be easy to chain with the constructor as well so we won't need a separate constructor? |
We currently have many
MapRef
implementations, based onRef[Map]
, sharding,ConcurrentHashMap
, etc. We should have anapply
constructor that chooses a reasonable default implementation, probablyConcurrentHashMap
.The text was updated successfully, but these errors were encountered: