QueueLock to lock data with pending lock requesting threads in queue with local spinning to reduce memory contention and traffic
2 files changed
tree: 3f2b3462041398fd0b0f49dc6d09c3c15df1f946
  1. ConcQueue.h
  2. ConcQueueTest.cpp
  3. QueueLock.h
  4. 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.