Hello

Does RIFE/Continuations store the call stack context?

I'm trying to achieve something like this in my application (which is not a web app btw): class Y calls method f0 of class X; f0 which calls f1 in a loop; f1 calls f2 and so on until f7 which needs to pause so the control goes back to class Y which does some stuff and then resumes f7 which will return to f6 and so on.

Is this possible using RIFE/Continuations? Currently this is implemented using a separate thread for the X.f0 call, but this is causing problems in some environments..


Thank you,
Lucian
_______________________________________________
Rife-users mailing list
[email protected]
http://lists.uwyn.com/mailman/listinfo/rife-users

Reply via email to