Allow getting and setting values from different threads in parallel - #41
Conversation
|
LGTM |
|
Taking another look at
I don't think it'd make much difference in performance, but I'll create If you agree I'll create another PR removing it, just for clarity and cleanliness :) Also, according to Android studio, the If this is the case, Lastly, any chance you could release a new version including this fix? It'd be really helpful for me, otherwise I'll have to find a way to compile and use a version from master in my app. |
True. Only thing it would guard is the constructor, but constructing is atomic afaik, ie. if it is not constructed nobody can call a method on it.
Yes this is correct. This is more for the user of this library so it easily possible to wipe the fingerprint for them. In If you want to apply another patch, pls open another PR. I forgot to tell you before last time, but please add the change in the CHANELOG. I will could release 0.8.0 today. |
This solves #40