Concurrent Dictionary in C#

Posted by jitm on Stack Overflow See other posts from Stack Overflow or by jitm
Published on 2010-03-25T12:04:03Z Indexed on 2010/03/25 12:43 UTC
Read the original article Hit count: 1093

Filed under:

Hello, I need to implement concurrent Dictionary because .Net does not contain concurrent implementation for collections(Since .NET4 will be contains). Can I use for it "Power Threading Library" from Jeffrey Richter or present implemented variants or any advice for implemented? Thanks ...

© Stack Overflow or respective owner

Related posts about c#