
31 May
2008
31 May
'08
11:39 a.m.
Edd Dawson wrote:
No different. Except it would work on Windows, whereas a pth-based implementation of Boost.Thread wouldn't (AFAICT).
Pth means Portable threads. The whole point of pth is that it is fully platform independent, since it only uses setjmp/longjmp (of course it can use more efficient if available)