+ 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
3 ответов
+ 7
Those tutorials are pretty good: https://www.youtube.com/watch?v=LL8wkskDlbs
+ 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>.
+ 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!