Does the c# memory model guarantee that a thread holding a lock is guaranteed to see all updates performed while any other thread previously held the same lock?
I have been reading the c# specification but cant seem to find the specifics on this.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, subject to certain restrictions.For details, the section you are looking for is 3.10.