Subj : Re: Is it possible to serialize Continuation function? To : netscape.public.mozilla.jseng From : Andrei Tchijov Date : Fri Dec 31 2004 08:26 am Thanks for quick replay. That link (and cocoon wiki) explains almost all I wanted to know about it. The only question I have is how continuation "interact" with host object methods. What will happen if I will create Continuation object inside one of "get/set/call" methods of host object? From which point execution will restart when this Continuation object gets invoked? More to the point, is it possible to create continuation object in such way that it will restart execution either just before host object method gets invoked or will "mimic" invocation of host object method in the same way as it does invocation of "normal" JS function (so execution restarted from the moment control returned from host object method). Andrei .