From 0d1ee79abf89182e94bc96280b16149e341676df Mon Sep 17 00:00:00 2001 From: Michael Skelton <886344+codingo@users.noreply.github.com> Date: Mon, 19 Aug 2019 22:31:54 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 685e25e..87d9073 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ The following variables will be replaced in commands at runtime: | \_random\_ | Replaced with the randomly-chosen file from interlace | # Advanced Command File Usage -Interlace also makes the use of two additional features for controlling execution flow within a command file: `_blocker_` and `_block:_`. Blockers prevent execution before them, and blocks can be used to force sequential execution of threads for a target. +Interlace also makes the use of two additional features for controlling execution flow within a command file: `_blocker_` and `_block:_`. Blockers prevent execution of commands listed after them, until all commands before them have completed, and blocks can be used to force sequential execution of commands stated within a block, for a target. Threads will still multithread per-target, but using these features can allow you to control the execution flow for those targets more directly to prevent commands from running out of order.