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.....