Adding parallelize. (#1002)
Builds an executable (parallelize) which runs jobs in parallel on the CPU's cores (all, by default). The jobs are specified one per line in standard input.
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
name = "parallelize"
|
||||
description = "Execute multiple commands in parallel"
|
||||
version = "1.0.0"
|
||||
|
||||
authors = ["Simon Wright"]
|
||||
maintainers = ["Simon Wright <simon@pushface.org>"]
|
||||
maintainers-logins = ["simonjwright"]
|
||||
licenses = "Apache-2.0"
|
||||
website = ""
|
||||
tags = ["parallel", "execution"]
|
||||
|
||||
executables = ["parallelize"]
|
||||
|
||||
[build-switches]
|
||||
development.contracts = "yes"
|
||||
|
||||
[origin]
|
||||
commit = "b5ceb7596673c4ffe96cfc54f67cc1e40c89d19c"
|
||||
url = "git+https://github.com/simonjwright/parallelize.git"
|
||||
|
||||
Reference in New Issue
Block a user