Feature Request: add API like addAndGet() #743
jianzhongli
started this conversation in
Ideas
Replies: 2 comments
-
If we are about to do it, we have to do it right. That means a complete set of atomic operations such as CAS, not just |
Beta Was this translation helpful? Give feedback.
0 replies
-
And to your question, No, it's not on our roadmap. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sometimes we would like to use MMKV as a multiprocess counter, it would be great if MMKV can add an API like
addAndGet()
.Is this feature on the roadmap? Or will you accept a PR for this?
Beta Was this translation helpful? Give feedback.
All reactions