
3 Jun
2005
3 Jun
'05
8:36 a.m.
-----Original Message----- From: Giovanni P. Deretta [mailto:gpderetta@gmail.com] Sent: 03 June 2005 03:15 To: boost@lists.boost.org 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.