Merge branch 'master' of https://github.com/atris/Concerted
tree: 6e600a9feeee57dd8917b41d3303a9f770a6476e
  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.