From 2b6fe00e3db2923eb3cec012e56bc754b10bcbdc Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 14 Jun 2021 14:58:45 -0400 Subject: msubprojects: Run action on all subprojects in parallel This moves all the code into a class and call its run() method in a thread. The class queues all logs to print them at the end to avoid mixing output of multiple actions. --- docs/markdown/Commands.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/markdown/Commands.md') diff --git a/docs/markdown/Commands.md b/docs/markdown/Commands.md index aa538b1..3f3cf9f 100644 --- a/docs/markdown/Commands.md +++ b/docs/markdown/Commands.md @@ -228,7 +228,9 @@ meson setup builddir {{ subprojects_usage.inc }} -Manages subprojects of the Meson project. +Manages subprojects of the Meson project. *Since 0.59.0* commands are run on +multiple subprojects in parallel by default, use `--num-processes=1` if it is +not desired. {{ subprojects_arguments.inc }} -- cgit v1.1