
31 May
2008
31 May
'08
4:39 p.m.
On 31 May 2008, at 13:39, Mathias Gaunard wrote:
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)
Ok. Are you suggesting that I implement my library in terms of Pth? That might be a good idea, but I think I'd prefer to use the guts of Boost.Coroutine, which now seems possible. Edd