Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 276 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 276 Bytes

cpp-concurrency

C++ Concurrency Training Material

Submodule note

After you clone this repository, if you wish to use the CMake build system, then also initialise the submodule that will give access to FindTBB.cmake:

git submodule init
git submodule update