Hello everyone,
I have not found any support document about whether the operation of reference variable assignment is atomic or not.
For example, foo1 and foo2 are both reference variable of type Foo. Is foo1 = foo2 atomic? Any support documents?
thanks in advance,
George
George GeorgePosted Jun 5, 2008, 1:49 AM
It is great, Ryan!
regards,
George
Ryan AlfordPosted Jun 4, 2008, 9:16 AM
read section 5.5
I would also advise you to keep this document and SEARCH it before asking some of the questions you ask.
and here is another great article that I found with a SIMPLE GOOGLE SEARCH for "c# atomic reference variables"....
http://www.iridescence.no/Posts/The-Atomicity-of-Variable-References.aspx
George GeorgePosted Jun 3, 2008, 9:17 PM
I mean whether or not it is possible to be interrupted by other threads. Any ideas to my original question?
regards,
George
Bechir BejaouiPosted Jun 3, 2008, 8:24 PM