$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Edd Dawson (lists_at_[hidden])
Date: 2008-05-31 12:39:23
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