#include "smr.h"
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | amino |
Classes | |
class | amino::ShavitQueue< T > |
This is an implementation of a lock-free FIFO queue data structure. The implementation is according to the paper An Optimistic Approach to Lock-Free FIFO Queues by Edya Ladan-Mozes and Nir Shavit, 2004. To gain a complete understanding of this data structure, please first read this paper, available at: http://www.springerlink.com/content/h84dfexjftdal4p4/. More... | |
class | amino::ShavitQueue< T >::QueueItem |