Lesson 8: Pub/Sub ------------------------------------------- The second control flow mechanism of Orchestra is the pub/sub mechanism, where outlets are used as event queue. see more at .. code-block:: shell python src/module/lesson_8_pubsub.py Code +++++++++++++++++++++++++++++++++++++++ .. literalinclude:: ../module/lesson_8_pubsub.py :language: python :linenos: