 |
C++ - New Standard Concurrency Features in Visual C++ 11
If the declaration is done in the scope of a function, the visibility of the variable will be narrowed to that function but each thread will keep maintaining its own static copy. That is to say, values of the variable per thread are being kept between fun
msdn.microsoft.com |
 |