Document pool option under "Rule Variables"

In response to Issue #2732.
This commit is contained in:
Brayden Krus
2026-03-18 10:55:52 -04:00
committed by GitHub
parent 5ff92d8a51
commit 389d044d93

View File

@@ -1032,6 +1032,9 @@ keys.
`out`:: the space-separated list of files provided as outputs to the build line
referencing this `rule`, shell-quoted if it appears in commands.
`pool`:: _(Available since Ninja 1.1.)_ used to allocate one or more rules or edges a
finite number of concurrent jobs. See the <<ref_pool,pools>> section for details.
`restat`:: if present, causes Ninja to re-stat the command's outputs
after execution of the command. Each output whose modification time
the command did not change will be treated as though it had never