AnthonyCalandra / modern-cpp-features

A cheatsheet of modern C++ language and library features.
MIT License
19.6k stars 2.08k forks source link

Add Threads library #37

Closed tupaschoal closed 6 years ago

tupaschoal commented 6 years ago

Add small description of Threads library with example.

Helps #28

AnthonyCalandra commented 6 years ago

I forgot to mention: Could you also add a link to this section in the Memory Model section? See how I do it here. i.e. "See the sections on ...".

tupaschoal commented 6 years ago

Done!

AnthonyCalandra commented 6 years ago

Thanks for the help! Much appreciated.