Next: Component defer
, Previous: Component illegal
, Up: Component Imperative Statements [Contents][Index]
reply
A typed trigger event requires an appropriate return value in its
response handling, the reply
only determines the value not the
moment of returning it:
reply (typed_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);