You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by st...@outerthought.org on 2004/01/21 01:00:06 UTC

[WIKI-UPDATE] RhinoWithContinuations CocoonCompetenceCenter Wed Jan 21 01:00:05 2004

Page: http://wiki.cocoondev.org/Wiki.jsp?page=RhinoWithContinuations , version: 2 on Tue Jan 20 23:55:38 2004 by Vadim

- program counter and local variables. The term "Continuation"
?                                     ------------------------

+ program counter and local variables.
+ 
+ ''__NOTE:__ Captured continuation does not save the state of the variables, but rather
+ pointers to the variables. Example: two continuations will share one instance of
+ the local variable declared in the function, if those two continuations were created
+ during execution of the same call of this function. -- [Vadim]''
+ 
+ 
+ The term "Continuation"


Page: http://wiki.cocoondev.org/Wiki.jsp?page=CocoonCompetenceCenter , version: 39 on Tue Jan 20 23:49:00 2004 by Vadim

-  !! Beginners Links
? -

+ !! Beginners Links