max0x7ba / atomic_queue

C++ lockless queue.
MIT License
1.47k stars 176 forks source link

Where is OptimistAtomicQueue? #27

Closed pfeatherstone closed 3 years ago

pfeatherstone commented 3 years ago

I cannot find OptimistAtomicQueue in any of the header files...

pfeatherstone commented 3 years ago

Do you have to use atomic_queue::RetryDecorator ?

max0x7ba commented 3 years ago

Duplicate of #25