J
James
I read the following in the help for VS C# Express edition:
"Hashtable is thread safe for use by multiple reader threads and a single
writing thread."
if I am using a hashtable just like described above, multiple threads read
from in but only one thread changes it, should I still be declaring it as
'volatile'?
"Hashtable is thread safe for use by multiple reader threads and a single
writing thread."
if I am using a hashtable just like described above, multiple threads read
from in but only one thread changes it, should I still be declaring it as
'volatile'?