Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 305 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 305 Bytes

Concurrency notes, tests, examples and benchmarks

  • C++17
  • stlab
  • catch2
  • cmake

How to see notes

  1. Install and start reveal.js

    git submodule update --init --recursive
    cd notes/reveal.js
    npm install
    npm start
  2. Open notes/index.html in the browser.