This directory contains a handy set of C++ concurrency and synchronization
primitives built using standard C++11 concurrency and synchronization
primitives. For example, queue.h
implements an unbounded concurrent queue
(sometimes called a channel or pipe).