Lines Matching full:local
33 blocking call, <b>local variables are not preserved when the
34 protothread blocks</b>. This means that local variables should be used
35 with utmost care - <b>if in doubt, do not use local variables inside a
119 \section pt-autovars Local variables
123 call, local variables are not preserved when the protothread
124 blocks. This means that local variables should be used with utmost
125 care - if in doubt, do not use local variables inside a protothread!
136 Protothreads are implemented using \ref lc "local continuations". A
137 local continuation represents the current state of execution at a
139 or local variables. A local continuation can be set in a specific
140 function to capture the state of the function. After a local
142 of the function at the point where the local continuation was set.
145 Local continuations can be implemented in a variety of ways: