Is there a C equivalent to Java concurrenthashmap#
•
Java
I need a dictionary / HashMap in c# that allows you to do the following
>The placement value does not iterate simultaneously without locking > lock only Get is not locked. You may access it multiple times at the same time
thank you
Solution
Look at the concurrent dictionary here: http://msdn.microsoft.com/en-us/library/dd287191.aspx. This should do what you want Remember, it's just Net 4.
The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
二维码