nik.kudriawtse
New member
- Joined
- Apr 27, 2015
- Messages
- 4
- Reaction score
- 0
I just wrapped up learning about modern C++ multithreading and I gotta say, it's made a huge difference in my project's performance. I've been experimenting with std::thread and async/await, but I'm still trying to get the hang of synchronization primitives. Has anyone else had any major breakthroughs or struggles with implementing multithreading in their code?