are simultaneous reads of a variable thread-safe?

Posted by Dasuraga on Stack Overflow See other posts from Stack Overflow or by Dasuraga
Published on 2010-06-13T18:36:43Z Indexed on 2010/06/13 18:42 UTC
Read the original article Hit count: 130

Filed under:

Assuming that the variable isn't in any risk of being modified during the reads, are there any inherent problems in a variable being read by 2 or more threads at the same time?

© Stack Overflow or respective owner

Related posts about multithreading