Difference between revisions of "Pipe"
From Mesham
Jump to navigationJump to search (Created page with '== Syntax == pipe[a,b] == Semantics == Identical to the Channel type, except pipe is bidirectional rather than unidirectional Category:Type Library [[Category:Composi…') |
m |
||
Line 8: | Line 8: | ||
[[Category:Type Library]] | [[Category:Type Library]] | ||
− | [[Category: | + | [[Category:Compound Types]] |
[[Category:Primitive Communication Types]] | [[Category:Primitive Communication Types]] |
Revision as of 17:53, 12 January 2013
Syntax
pipe[a,b]
Semantics
Identical to the Channel type, except pipe is bidirectional rather than unidirectional