$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Marcin Tustin (mt_at_[hidden])
Date: 2005-06-03 03:36:38
> -----Original Message-----
> From: Giovanni P. Deretta [mailto:gpderetta_at_[hidden]]
> Sent: 03 June 2005 03:15
> To: boost_at_[hidden]
> Subject: Re: [boost] Re: yield statement proposal
> Speaking of more Boost centric stuff? There has been any
> proposal of a coroutine library? I think it should definitely
> be useful and not really that hard to implement (fibers on
> windows and makecontext or the setjump/sigaltstack trick on
> unices). Anyone interested?
What about a continuation library? Then co-routines could simply
be built on top of that, along with everything else that can be built on
top of continuations.