31 May 13:39
Re: Non pre-emptible Boost.Thread
From: Mathias Gaunard <mathias.gaunard <at> ens-lyon.org>
Subject: Re: Non pre-emptible Boost.Thread
Newsgroups: gmane.comp.lib.boost.devel
Date: 2008-05-31 11:39:22 GMT
Subject: Re: Non pre-emptible Boost.Thread
Newsgroups: gmane.comp.lib.boost.devel
Date: 2008-05-31 11:39:22 GMT
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
RSS Feed