V
Vladimir
Is synchronization for bool shared fields required in multithreaded
application?
Is there a cases when for example changing value from true to false in one
thread, when another thread is reading this field, will lead to true value
in this field?
application?
Is there a cases when for example changing value from true to false in one
thread, when another thread is reading this field, will lead to true value
in this field?