Lines Matching full:dispatcher
45 * :dfn:`Virtual Distributed Event Dispatcher` (VDED), the bus logic responsible for sending
70 * Listeners, a callback that the event dispatcher executes every time an observed channel is
73 dispatcher puts a changed channel's reference every time an observed channel is published or
77 dispatcher puts a copy of the message every time an observed channel is published or notified.
83 or observations individually. The event dispatcher will ignore disabled observers and observations.
94 shows the observer is disabled, so the event dispatcher will ignore it. (c) shows the observer
95 enabled. However, there is one static observation disabled. The event dispatcher will only stop
96 sending notifications from channel ``C3``. In (d), the event dispatcher will stop sending
141 .. _Virtual Distributed Event Dispatcher:
143 Virtual Distributed Event Dispatcher
153 * The event dispatcher logic executes the listeners, sends a copy of the message to the message
523 the event dispatcher calls listeners with the notifying channel already locked. Subscribers,
605 the `Virtual Distributed Event Dispatcher`_ section.