DEV Community

Discussion on: Good, Bad, Ugly in Concurrent Programming with C++

Collapse
 
matheuspicioli profile image
Matheus Picioli

Uau. Very nice!
The lowest level programming is very interesting.
In my college i will starting with OS, and the previous explanation of my teatcher excited me, to start in this world!

Collapse
 
clightning profile image
Milad Kahsari Alhadi

Yeah, but however, in general, there is a big issue with std::async and std::future. The complete design is broken in many ways and the C++ committee is currently trying to fix it.