summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/subprojects_command_parallel.md
AgeCommit message (Collapse)Author
2021-07-18Set up the 0.59.0 release.Jussi Pakkanen
2021-06-25msubprojects: Run action on all subprojects in parallelXavier Claessens
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.