in reply to Re^2: Force caller to return - reflection
in thread Force caller to return - reflection

Oh - sorry, I think I meant Continuation::Escape, which returns to points higher up the stack. It mentions Scope::Upper as doing similar things.

  • Comment on Re^3: Force caller to return - reflection

Replies are listed 'Best First'.
Re^4: Force caller to return - reflection
by Improv (Pilgrim) on Jan 20, 2009 at 14:33 UTC
    Interesting! I'll have to see if that can be nicely wrapped to do what I want. Thanks.