Hi,

I am evaluating rife/continuations and just found the cause of my
problem. Is it correct that non-entry methods are not instrumented?

Suppose execute() is the entry method name and have have the following
code:

public void execute() { run(); }
public void run() { pause(); }

Currently the last pause does not seem to be instrumented, is there a
way to make sure this is instrumented instead?

Thanks in advance,
Adriaan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"rife-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rife-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to