[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: So, what the heck is a continuation anyway?



On Mon, Dec 10, 2001 at 02:20:03PM -0500, Dan Sugalski wrote:
> Oh, I see. A continuation is a function call where, not only do you get to 
> decide what you return, you get to decide where you return it to.

Now you should see how they make co-routines neat: Routine A says
"send these return values back to routine B". Routine B does some work
on them, and sends them back to routine A.

-- 
		Relf Test Passed.