A
Armin Zingler
Hi,
is there a documentation out there that tells me which operations are atomic?
I currently have to know if increasing a System.Decimal value is an atomic operation. I guess it is
not. The value is increased in one thread and read from another thread. I think I have to use a
lock. Right?
is there a documentation out there that tells me which operations are atomic?
I currently have to know if increasing a System.Decimal value is an atomic operation. I guess it is
not. The value is increased in one thread and read from another thread. I think I have to use a
lock. Right?