RaySuhyunLee/Awesome-Binder

Is it thread-safe?

Opened this issue · 0 comments

I think it may cause problems when multiple threads use one binder. If a value changes until the binder is updating the view, it is possible that some view components get the wrong value. Using lock may solve the problem, but I'm going to find other available solutions as well.