viaduct
0.2.0-5-g5831d91.dirty
compiler
/
edu.cornell.cs.apl.viaduct.codegeneration
/
CodeGeneratorContext
/
receive
receive
abstract
fun
receive
(
type
:
TypeName
,
sender
:
Host
)
:
CodeBlock
Content copied to clipboard
Returns code that will receive a value of type
type
from
sender
.