optimistic lock-free FIFO queues impl?

Posted by uray on Stack Overflow See other posts from Stack Overflow or by uray
Published on 2010-05-31T18:26:39Z Indexed on 2010/05/31 19:03 UTC
Read the original article Hit count: 237

Filed under:
|
|
|
|

is there any C++ implementation (source codes) of "optmistic approach to lock-free FIFO queues" algorithm?

© Stack Overflow or respective owner

Related posts about c++

Related posts about multithreading