mirror of
https://github.com/codingo/Interlace.git
synced 2026-02-21 23:04:28 +01:00
Update README.md
This commit is contained in:
@@ -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:<name>_`. 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:<name>_`. 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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user