Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Hi i m in the process of porting some complex java work in C#. I have managed to convert majority of things except for ConcurrentLinkedQueue Implementation in c#. I don't want to modify the code by using some other synchronous collection as it will defeat the purpose.

Can any expert help me out in this ? Thanks in advacne.....

share|improve this question

1 Answer

This might help you. But it's only for c# 4.0 and up.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.