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

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



>>>>> "DS" == Dan Sugalski <dan@sidhe.org> writes:

  DS> can I get a continuation object/marker from within A and pass it
  DS> to B, which then triggers it and returns to A even though I've
  DS> unwound the stack frames for A?

Sure.

You can invoke the continuation and return through A an arbitrary
number of times.

Jeremy