Returning of const pointer to data_value in class QueueElement and returning of const pointer to element inserted in AddElement() in class ConcQueue added
1 file changed
tree: 353c84af73970439e2a173ab53dc9e73741f2c83
  1. ConcQueue.h
  2. ConcQueueTest.cpp
  3. README.md
README.md

Concerted

Concerted is a library of concurrent data structures that allow multiple threads to simultaneously access the same instance of a data structure.It is independent of the threading library(POSIX etc.) used in the user code.