Name:
Anonymous
2012-05-21 17:32
Which standard implemented it better?
Name:
Anonymous
2012-05-21 17:46
C11's threads were expressly designed to be as close as possible to C++11's, differing only because they can't use classes and such.
I'm given to understand the C11 stuff is awkward to use on its own, and should be wrapped in some sort of library to make it usable.