Labh README
# 600086-Lab-H In this lab we’re going to expand on the synchronization examples covered in the lectures, and also explore the efficiency of one of the parallel patterns — striped arrays — in more detail. ## Condition variables Create a producer / consumer architecture using condition variables. A simple consumer / producer system was introduced …