Multithreading Tutorials - c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

Multithreading Tutorials - c++

Does anyone know of any good documents/tutorials on Multithreading in c++? I am currently learning using thread from the STL

25th Jul 2017, 3:00 AM
jay
jay - avatar
3 Answers
+ 7
Those tutorials are pretty good: https://www.youtube.com/watch?v=LL8wkskDlbs
25th Jul 2017, 3:41 AM
Bàng Tứ Cường
Bàng Tứ Cường - avatar
+ 11
Tbh the official documentations are pretty legit. http://www.cplusplus.com/reference/thread/thread/ You will also want to look into <future> and <promise> after <thread>.
25th Jul 2017, 5:13 AM
Hatsy Rei
Hatsy Rei - avatar
+ 7
@Hatsy, Yeah I was using that site to get started with but kept getting deadlock errors. Not sure why so was after something a bitmore in depth. 😀 they are both on the list for the future! promise!
25th Jul 2017, 5:31 AM
jay
jay - avatar