From 05736568b9a26599865dd7452e62f70ecdbc9e41 Mon Sep 17 00:00:00 2001 From: Evan Martin Date: Fri, 1 Feb 2013 10:37:10 -0800 Subject: [PATCH] mark pools as experimental in the docs --- doc/manual.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/manual.asciidoc b/doc/manual.asciidoc index d51c0ce501..6b1de9be7a 100644 --- a/doc/manual.asciidoc +++ b/doc/manual.asciidoc @@ -420,6 +420,10 @@ before building the targets requested by the user. Pools ~~~~~ +*Note: pools were added as an experiment and may be removed in a future +version of Ninja. Are they useful for you? Let us know on the mailing +list.* + Pools allow you to allocate one or more rules or edges a finite number of concurrent jobs which is more tightly restricted than the default parallelism.