Mathias Gaunard | 31 May 13:39

Re: Non pre-emptible Boost.Thread

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)

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost


Gmane