
25 Sep
2007
25 Sep
'07
6:27 p.m.
Daniel Gutson wrote:
Hi Boost community, Despite I´m a newby using Boost, I wanted to ask some users about a very old yet useful idea: the continuations.
See Boost.Coroutine, which already implements this.
- provide both a standard way of implementing this, and a platform-specific calling convention with compiler hacks
setjmp/longjmp for portability, makecontext/swapcontext on POSIX systems, fibers on MS Windows.