Next: Component Defer, Previous: Component Illegal, Up: Component Imperative Statements [Contents][Index]
reply
A valued trigger event requires an appropriate return value in its
response handling, the reply
only determines the value not the
moment of returning it:
reply (valued_expression);
reply
is also used to release a blocked call (See Blocking),
or set the reply value from a synchrous context like so:
port.reply (); port.reply (expression);