From 8056e4c5f1fa9e8c5a35633edec253795432e5e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20M=C3=B6nig?= Date: Tue, 8 Feb 2022 13:18:40 +0100 Subject: [PATCH] fixed missing blocks in parallelization library --- HISTORY.md | 2 ++ libraries/parallel_module.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 3f9a3a82..b269ea41 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -14,6 +14,7 @@ * fixed missing blocks in frequency distribution analysis library * fixed missing blocks in iteration composition library * fixed a comment in "remove duplicates" in the list utilities library + * fixed missing blocks in parallelization library * **Documentation Updates:** * **Translation Updates:** @@ -24,6 +25,7 @@ * fixed PIPE in frequency distribution analysis library * fixed PIPE in iteration composition library * fixed the comment in "remove duplicates" in the list utilities library to reflect that the last match is kept +* fixed "do in parallel" block in parallelization library ### 2022-02-07 * lists: fixed JSON encoding for nested lists diff --git a/libraries/parallel_module.xml b/libraries/parallel_module.xml index 72d1c52c..ef196f0f 100644 --- a/libraries/parallel_module.xml +++ b/libraries/parallel_module.xml @@ -1 +1 @@ -Accepts any number of scripts as inputs. Launches a separate thread for each of them, so they are done in parallel, then waits for them all to complete. This doesn't change how the Snap! scheduler works; the threads are not truly asynchronous. And there is no increase in speed. Rather, the point of this block is to allow starting synchronized but independent scripts.
pt:executa _ em paralelo e espera ca:executa en paral·lel _ i espera each scripttest
Accepts any number of scripts as inputs. Launches a separate thread for each of them, so they are done in parallel, then continues with the current script while they all run. This doesn't change how the Snap! scheduler works; the threads are not truly asynchronous. And there is no increase in speed. Rather, the point of this block is to allow starting synchronized but independent scripts.
pt:executa _ em paralelo ca:executa en paral·lel _
\ No newline at end of file +Accepts any number of scripts as inputs. Launches a separate thread for each of them, so they are done in parallel, then waits for them all to complete. This doesn't change how the Snap! scheduler works; the threads are not truly asynchronous. And there is no increase in speed. Rather, the point of this block is to allow starting synchronized but independent scripts.
pt:executa _ em paralelo e espera ca:executa en paral·lel _ i espera each scripttest
Accepts any number of scripts as inputs. Launches a separate thread for each of them, so they are done in parallel, then continues with the current script while they all run. This doesn't change how the Snap! scheduler works; the threads are not truly asynchronous. And there is no increase in speed. Rather, the point of this block is to allow starting synchronized but independent scripts.
pt:executa _ em paralelo ca:executa en paral·lel _
\ No newline at end of file