OSDN Git Service

Please enter the commit message for your changes. Lines starting
[eos/hostdependX86LINUX64.git] / util / X86LINUX64 / man / mann / yieldto.n
1 '\"
2 '\" Copyright (c) 2009 Donal K. Fellows.
3 '\"
4 '\" See the file "license.terms" for information on usage and redistribution
5 '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
6 '\" 
7 .TH coroutine n 8.6 Tcl "Tcl Built-In Commands"
8 .\" The -*- nroff -*- definitions below are for supplemental macros used
9 .\" in Tcl/Tk manual entries.
10 .\"
11 .\" .AP type name in/out ?indent?
12 .\"     Start paragraph describing an argument to a library procedure.
13 .\"     type is type of argument (int, etc.), in/out is either "in", "out",
14 .\"     or "in/out" to describe whether procedure reads or modifies arg,
15 .\"     and indent is equivalent to second arg of .IP (shouldn't ever be
16 .\"     needed;  use .AS below instead)
17 .\"
18 .\" .AS ?type? ?name?
19 .\"     Give maximum sizes of arguments for setting tab stops.  Type and
20 .\"     name are examples of largest possible arguments that will be passed
21 .\"     to .AP later.  If args are omitted, default tab stops are used.
22 .\"
23 .\" .BS
24 .\"     Start box enclosure.  From here until next .BE, everything will be
25 .\"     enclosed in one large box.
26 .\"
27 .\" .BE
28 .\"     End of box enclosure.
29 .\"
30 .\" .CS
31 .\"     Begin code excerpt.
32 .\"
33 .\" .CE
34 .\"     End code excerpt.
35 .\"
36 .\" .VS ?version? ?br?
37 .\"     Begin vertical sidebar, for use in marking newly-changed parts
38 .\"     of man pages.  The first argument is ignored and used for recording
39 .\"     the version when the .VS was added, so that the sidebars can be
40 .\"     found and removed when they reach a certain age.  If another argument
41 .\"     is present, then a line break is forced before starting the sidebar.
42 .\"
43 .\" .VE
44 .\"     End of vertical sidebar.
45 .\"
46 .\" .DS
47 .\"     Begin an indented unfilled display.
48 .\"
49 .\" .DE
50 .\"     End of indented unfilled display.
51 .\"
52 .\" .SO ?manpage?
53 .\"     Start of list of standard options for a Tk widget. The manpage
54 .\"     argument defines where to look up the standard options; if
55 .\"     omitted, defaults to "options". The options follow on successive
56 .\"     lines, in three columns separated by tabs.
57 .\"
58 .\" .SE
59 .\"     End of list of standard options for a Tk widget.
60 .\"
61 .\" .OP cmdName dbName dbClass
62 .\"     Start of description of a specific option.  cmdName gives the
63 .\"     option's name as specified in the class command, dbName gives
64 .\"     the option's name in the option database, and dbClass gives
65 .\"     the option's class in the option database.
66 .\"
67 .\" .UL arg1 arg2
68 .\"     Print arg1 underlined, then print arg2 normally.
69 .\"
70 .\" .QW arg1 ?arg2?
71 .\"     Print arg1 in quotes, then arg2 normally (for trailing punctuation).
72 .\"
73 .\" .PQ arg1 ?arg2?
74 .\"     Print an open parenthesis, arg1 in quotes, then arg2 normally
75 .\"     (for trailing punctuation) and then a closing parenthesis.
76 .\"
77 .\"     # Set up traps and other miscellaneous stuff for Tcl/Tk man pages.
78 .if t .wh -1.3i ^B
79 .nr ^l \n(.l
80 .ad b
81 .\"     # Start an argument description
82 .de AP
83 .ie !"\\$4"" .TP \\$4
84 .el \{\
85 .   ie !"\\$2"" .TP \\n()Cu
86 .   el          .TP 15
87 .\}
88 .ta \\n()Au \\n()Bu
89 .ie !"\\$3"" \{\
90 \&\\$1 \\fI\\$2\\fP (\\$3)
91 .\".b
92 .\}
93 .el \{\
94 .br
95 .ie !"\\$2"" \{\
96 \&\\$1  \\fI\\$2\\fP
97 .\}
98 .el \{\
99 \&\\fI\\$1\\fP
100 .\}
101 .\}
102 ..
103 .\"     # define tabbing values for .AP
104 .de AS
105 .nr )A 10n
106 .if !"\\$1"" .nr )A \\w'\\$1'u+3n
107 .nr )B \\n()Au+15n
108 .\"
109 .if !"\\$2"" .nr )B \\w'\\$2'u+\\n()Au+3n
110 .nr )C \\n()Bu+\\w'(in/out)'u+2n
111 ..
112 .AS Tcl_Interp Tcl_CreateInterp in/out
113 .\"     # BS - start boxed text
114 .\"     # ^y = starting y location
115 .\"     # ^b = 1
116 .de BS
117 .br
118 .mk ^y
119 .nr ^b 1u
120 .if n .nf
121 .if n .ti 0
122 .if n \l'\\n(.lu\(ul'
123 .if n .fi
124 ..
125 .\"     # BE - end boxed text (draw box now)
126 .de BE
127 .nf
128 .ti 0
129 .mk ^t
130 .ie n \l'\\n(^lu\(ul'
131 .el \{\
132 .\"     Draw four-sided box normally, but don't draw top of
133 .\"     box if the box started on an earlier page.
134 .ie !\\n(^b-1 \{\
135 \h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul'
136 .\}
137 .el \}\
138 \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul'
139 .\}
140 .\}
141 .fi
142 .br
143 .nr ^b 0
144 ..
145 .\"     # VS - start vertical sidebar
146 .\"     # ^Y = starting y location
147 .\"     # ^v = 1 (for troff;  for nroff this doesn't matter)
148 .de VS
149 .if !"\\$2"" .br
150 .mk ^Y
151 .ie n 'mc \s12\(br\s0
152 .el .nr ^v 1u
153 ..
154 .\"     # VE - end of vertical sidebar
155 .de VE
156 .ie n 'mc
157 .el \{\
158 .ev 2
159 .nf
160 .ti 0
161 .mk ^t
162 \h'|\\n(^lu+3n'\L'|\\n(^Yu-1v\(bv'\v'\\n(^tu+1v-\\n(^Yu'\h'-|\\n(^lu+3n'
163 .sp -1
164 .fi
165 .ev
166 .\}
167 .nr ^v 0
168 ..
169 .\"     # Special macro to handle page bottom:  finish off current
170 .\"     # box/sidebar if in box/sidebar mode, then invoked standard
171 .\"     # page bottom macro.
172 .de ^B
173 .ev 2
174 'ti 0
175 'nf
176 .mk ^t
177 .if \\n(^b \{\
178 .\"     Draw three-sided box if this is the box's first page,
179 .\"     draw two sides but no top otherwise.
180 .ie !\\n(^b-1 \h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c
181 .el \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c
182 .\}
183 .if \\n(^v \{\
184 .nr ^x \\n(^tu+1v-\\n(^Yu
185 \kx\h'-\\nxu'\h'|\\n(^lu+3n'\ky\L'-\\n(^xu'\v'\\n(^xu'\h'|0u'\c
186 .\}
187 .bp
188 'fi
189 .ev
190 .if \\n(^b \{\
191 .mk ^y
192 .nr ^b 2
193 .\}
194 .if \\n(^v \{\
195 .mk ^Y
196 .\}
197 ..
198 .\"     # DS - begin display
199 .de DS
200 .RS
201 .nf
202 .sp
203 ..
204 .\"     # DE - end display
205 .de DE
206 .fi
207 .RE
208 .sp
209 ..
210 .\"     # SO - start of list of standard options
211 .de SO
212 'ie '\\$1'' .ds So \\fBoptions\\fR
213 'el .ds So \\fB\\$1\\fR
214 .SH "STANDARD OPTIONS"
215 .LP
216 .nf
217 .ta 5.5c 11c
218 .ft B
219 ..
220 .\"     # SE - end of list of standard options
221 .de SE
222 .fi
223 .ft R
224 .LP
225 See the \\*(So manual entry for details on the standard options.
226 ..
227 .\"     # OP - start of full description for a single option
228 .de OP
229 .LP
230 .nf
231 .ta 4c
232 Command-Line Name:      \\fB\\$1\\fR
233 Database Name:  \\fB\\$2\\fR
234 Database Class: \\fB\\$3\\fR
235 .fi
236 .IP
237 ..
238 .\"     # CS - begin code excerpt
239 .de CS
240 .RS
241 .nf
242 .ta .25i .5i .75i 1i
243 ..
244 .\"     # CE - end code excerpt
245 .de CE
246 .fi
247 .RE
248 ..
249 .\"     # UL - underline word
250 .de UL
251 \\$1\l'|0\(ul'\\$2
252 ..
253 .\"     # QW - apply quotation marks to word
254 .de QW
255 .ie '\\*(lq'"' ``\\$1''\\$2
256 .\"" fix emacs highlighting
257 .el \\*(lq\\$1\\*(rq\\$2
258 ..
259 .\"     # PQ - apply parens and quotation marks to word
260 .de PQ
261 .ie '\\*(lq'"' (``\\$1''\\$2)\\$3
262 .\"" fix emacs highlighting
263 .el (\\*(lq\\$1\\*(rq\\$2)\\$3
264 ..
265 .\"     # QR - quoted range
266 .de QR
267 .ie '\\*(lq'"' ``\\$1''\\-``\\$2''\\$3
268 .\"" fix emacs highlighting
269 .el \\*(lq\\$1\\*(rq\\-\\*(lq\\$2\\*(rq\\$3
270 ..
271 .\"     # MT - "empty" string
272 .de MT
273 .QW ""
274 ..
275 .BS
276 '\" Note:  do not modify the .SH NAME line immediately below!
277 .SH NAME
278 coroutine, yield, yieldto \- Create and produce values from coroutines
279 .SH SYNOPSIS
280 .nf
281 \fBcoroutine \fIname command\fR ?\fIarg...\fR?
282 \fByield\fR ?\fIvalue\fR?
283 .VS TIP396
284 \fByieldto\fR \fIcommand\fR ?\fIarg...\fR?
285 \fIname\fR ?\fIvalue...\fR?
286 .VE TIP396
287 .fi
288 .BE
289 .SH DESCRIPTION
290 .PP
291 The \fBcoroutine\fR command creates a new coroutine context (with associated
292 command) named \fIname\fR and executes that context by calling \fIcommand\fR,
293 passing in the other remaining arguments without further interpretation. Once
294 \fIcommand\fR returns normally or with an exception (e.g., an error) the
295 coroutine context \fIname\fR is deleted.
296 .PP
297 Within the context, values may be generated as results by using the
298 \fByield\fR command; if no \fIvalue\fR is supplied, the empty string is used.
299 When that is called, the context will suspend execution and the
300 \fBcoroutine\fR command will return the argument to \fByield\fR. The execution
301 of the context can then be resumed by calling the context command, optionally
302 passing in the \fIsingle\fR value to use as the result of the \fByield\fR call
303 that caused
304 the context to be suspended. If the coroutine context never yields and instead
305 returns conventionally, the result of the \fBcoroutine\fR command will be the
306 result of the evaluation of the context.
307 .PP
308 .VS TIP396
309 The coroutine may also suspend its execution by use of the \fByieldto\fR
310 command, which instead of returning, cedes execution to some command called
311 \fIcommand\fR (resolved in the context of the coroutine) and to which \fIany
312 number\fR of arguments may be passed. Since every coroutine has a context
313 command, \fByieldto\fR can be used to transfer control directly from one
314 coroutine to another (this is only advisable if the two coroutines are
315 expecting this to happen) but \fIany\fR command may be the target. If a
316 coroutine is suspended by this mechanism, the coroutine processing can be
317 resumed by calling the context command optionally passing in an arbitrary
318 number of arguments. The return value of the \fByieldto\fR call will be the
319 list of arguments passed to the context command; it is up to the caller to
320 decide what to do with those values.
321 .PP
322 The recommended way of writing a version of \fByield\fR that allows resumption
323 with multiple arguments is by using \fByieldto\fR and the \fBreturn\fR
324 command, like this:
325 .PP
326 .CS
327 proc yieldm {value} {
328     \fByieldto\fR return -level 0 $value
329 }
330 .CE
331 .VE TIP396
332 .PP
333 The coroutine can also be deleted by destroying the command \fIname\fR, and
334 the name of the current coroutine can be retrieved by using
335 \fBinfo coroutine\fR.
336 If there are deletion traces on variables in the coroutine's
337 implementation, they will fire at the point when the coroutine is explicitly
338 deleted (or, naturally, if the command returns conventionally).
339 .PP
340 At the point when \fIcommand\fR is called, the current namespace will be the
341 global namespace and there will be no stack frames above it (in the sense of
342 \fBupvar\fR and \fBuplevel\fR). However, which command to call will be
343 determined in the namespace that the \fBcoroutine\fR command was called from.
344 .SH EXAMPLES
345 .PP
346 This example shows a coroutine that will produce an infinite sequence of
347 even values, and a loop that consumes the first ten of them.
348 .PP
349 .CS
350 proc allNumbers {} {
351     \fByield\fR
352     set i 0
353     while 1 {
354         \fByield\fR $i
355         incr i 2
356     }
357 }
358 \fBcoroutine\fR nextNumber allNumbers
359 for {set i 0} {$i < 10} {incr i} {
360     puts "received [\fInextNumber\fR]"
361 }
362 rename nextNumber {}
363 .CE
364 .PP
365 In this example, the coroutine acts to add up the arguments passed to it.
366 .PP
367 .CS
368 \fBcoroutine\fR accumulator apply {{} {
369     set x 0
370     while 1 {
371         incr x [\fByield\fR $x]
372     }
373 }}
374 for {set i 0} {$i < 10} {incr i} {
375     puts "$i -> [\fIaccumulator\fR $i]"
376 }
377 .CE
378 .PP
379 This example demonstrates the use of coroutines to implement the classic Sieve
380 of Eratosthenes algorithm for finding prime numbers. Note the creation of
381 coroutines inside a coroutine.
382 .PP
383 .CS
384 proc filterByFactor {source n} {
385     \fByield\fR [info coroutine]
386     while 1 {
387         set x [\fI$source\fR]
388         if {$x % $n} {
389             \fByield\fR $x
390         }
391     }
392 }
393 \fBcoroutine\fR allNumbers apply {{} {while 1 {\fByield\fR [incr x]}}}
394 \fBcoroutine\fR eratosthenes apply {c {
395     \fByield\fR
396     while 1 {
397         set n [\fI$c\fR]
398         \fByield\fR $n
399         set c [\fBcoroutine\fR prime$n filterByFactor $c $n]
400     }
401 }} allNumbers
402 for {set i 1} {$i <= 20} {incr i} {
403     puts "prime#$i = [\fIeratosthenes\fR]"
404 }
405 .CE
406 .PP
407 .VS TIP396
408 This example shows how a value can be passed around a group of three
409 coroutines that yield to each other:
410 .PP
411 .CS
412 proc juggler {name target {value ""}} {
413     if {$value eq ""} {
414         set value [\fByield\fR [info coroutine]]
415     }
416     while {$value ne ""} {
417         puts "$name : $value"
418         set value [string range $value 0 end-1]
419         lassign [\fByieldto\fR $target $value] value
420     }
421 }
422 \fBcoroutine\fR j1 juggler Larry [
423     \fBcoroutine\fR j2 juggler Curly [
424         \fBcoroutine\fR j3 juggler Moe j1]] "Nyuck!Nyuck!Nyuck!"
425 .CE
426 .VE TIP396
427 .SS "DETAILED SEMANTICS"
428 .PP
429 This example demonstrates that coroutines start from the global namespace, and
430 that \fIcommand\fR resolution happens before the coroutine stack is created.
431 .PP
432 .CS
433 proc report {where level} {
434     # Where was the caller called from?
435     set ns [uplevel 2 {namespace current}]
436     \fByield\fR "made $where $level context=$ns name=[info coroutine]"
437 }
438 proc example {} {
439     report outer [info level]
440 }
441 namespace eval demo {
442     proc example {} {
443         report inner [info level]
444     }
445     proc makeExample {} {
446         puts "making from [info level]"
447         puts [\fBcoroutine\fR coroEg example]
448     }
449     makeExample
450 }
451 .CE
452 .PP
453 Which produces the output below. In particular, we can see that stack
454 manipulation has occurred (comparing the levels from the first and second
455 line) and that the parent level in the coroutine is the global namespace. We
456 can also see that coroutine names are local to the current namespace if not
457 qualified, and that coroutines may yield at depth (e.g., in called
458 procedures).
459 .PP
460 .CS
461 making from 2
462 made inner 1 context=:: name=::demo::coroEg
463 .CE
464 .SH "SEE ALSO"
465 apply(n), info(n), proc(n), return(n)
466 .SH KEYWORDS
467 coroutine, generator
468 '\" Local Variables:
469 '\" mode: nroff
470 '\" fill-column: 78
471 '\" End: