
22 Mar
2007
22 Mar
'07
9:41 p.m.
Peter Dimov wrote:
The join2 functions illustrate another point where I believe N2178 is superior to N2184: they expose the superior Windows join model at the C++ level instead of the more limited pthread_join. It's trivial to make an n2184::thread provide the same semantics under Windows, but nobody would be able to take advantage of them portably.
The Windows superior join model? Can you please explain what do you mean by that?