Lines Matching refs:message
10 every input before they can create an output message. The reserving
12 messages from its inputs until it has a message at each input. To create
13 an output message it temporarily reserves a message at each input port,
15 message be created. If any input port fails to reserve a message, no
16 message will be pulled by the ``join_node``.
24 tries to push a message, the ``join_node`` always rejects the push
32 reserving ``join_node`` will create a message using the reserved
33 messages and try to push the resulting message to any nodes connected
35 - If the message is successfully pushed to a successor, the
39 - If the message was not successfully pushed to any successor, the
47 to create and push a message if all input ports succeed reserving
121 buffer messages, the message is dropped. Because not all the inputs to
172 ``jn`` have predecessors, a task to build and forward a message from
213 remains in ``buf1`` (in case the attempt to forward a message from
217 - ``jn`` constructs the output message ``tuple<3,4>``.
230 Now ``jn`` pushes its message to ``buf_out``, which accepts it. Because