diff --git a/rclcpp/include/rclcpp/executor.hpp b/rclcpp/include/rclcpp/executor.hpp index 9c02698408..e7b95abde5 100644 --- a/rclcpp/include/rclcpp/executor.hpp +++ b/rclcpp/include/rclcpp/executor.hpp @@ -347,7 +347,7 @@ class Executor /// Spin (blocking) until the future is complete, it times out waiting, or rclcpp is interrupted. /** - * Handles one work item after the other, hence, it does not support parallel processing. + * The implementation is suitable for a single-thread model of execution. * \param[in] future The future to wait on. If this function returns SUCCESS, the future can be * accessed without blocking (though it may still throw an exception). * \param[in] timeout Optional timeout parameter, which gets passed to Executor::spin_node_once.