From 0d051aa06441db937e03e4239978109f1be53157 Mon Sep 17 00:00:00 2001 From: Adrien Gougeon Date: Thu, 14 Sep 2023 16:47:43 +0200 Subject: [PATCH] add keyword horizontal scaling to doc --- src/s4u/s4u_Task.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/s4u/s4u_Task.cpp b/src/s4u/s4u_Task.cpp index d899e1acca..d84357fa89 100644 --- a/src/s4u/s4u_Task.cpp +++ b/src/s4u/s4u_Task.cpp @@ -86,9 +86,10 @@ void Task::complete() } /** @param n The new parallelism degree of the Task. - * @brief Set the parallelism degree of the Task. - * @note When increasing the degree the function starts new instances. + * @brief Set the parallelism degree of the Task to inscrease or decrease horizontal scaling. + * @note When increasing the degree the function starts new instances if there is queued firings. * When decreasing the degree the function does NOT stop running instances. + */ void Task::set_parallelism_degree(int n) { -- 2.20.1