Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 384 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 384 Bytes

Concurrency

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).

Resources