You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Component container with dedicated either ``SingleThreadedExecutor`` (default) or ``MultiThreadedExecutor`` executors for each component. (Component container is executed by ``SingleThreadedExecutor``)
56
-
* ``--use_multi_threaded_executor`` argument specifies executor type used for each component to ``MultiThreadedExecutor``.
55
+
* Component container that uses a dedicated executor for each component: either ``SingleThreadedExecutor`` (default) or ``MultiThreadedExecutor``.
57
56
58
-
See more details for :doc:`Types of Executors <../../Concepts/Intermediate/About-Executors>`.
57
+
For more information about the types of executors, see the :ref:`TypesOfExecutors`.
Copy file name to clipboardExpand all lines: source/Concepts/Intermediate/About-Executors.rst
+2
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,8 @@ The *wait set* is also used to detect when timers expire.
59
59
60
60
The Single-Threaded Executor is also used by the container process for :doc:`components <./About-Composition>`, i.e. in all cases where nodes are created and executed without an explicit main function.
0 commit comments