Hmmm, this requires quite a bit of reading on my behalf but I do seem to remember that it supports you model as long as all classes have been instrumented. There needs to be a known entry method to A, but from there onwards, if B and C have been instrumented it should work, at least from what I remember.
On 17 Jul 2013, at 20:25, Brian Heilig <
heilig...@gmail.com> wrote:
> Ok. It looks like continuations are limited in scope to a single method. Is that right? I require something more like delimited continuations where for example A is the entry point, A calls B, B calls C, and C calls pause(). The continuation can crawl back up the call stack. Am I right that Rife continuations don't support that model?
>
> Any thoughts on how I might adapt the mechanism to support that model?
>