Skip to content

Commit 05e6833

Browse files
committed
Add a note about parallel execution and similar
1 parent c649305 commit 05e6833

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

text/0000-metabuild.mdwn

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,11 @@ fail, they should panic.
7474

7575
Future versions of this interface with higher integration into Cargo may
7676
incorporate ways for Cargo to pass pre-parsed data from `Cargo.toml`, or ways
77-
for the `metabuild` functions to return semantic error information. This
78-
minimal specification allows for experimentation with such interfaces within
79-
the crates.io ecosystem, by providing an adapter from the raw metabuild
80-
interface.
77+
for the `metabuild` functions to return semantic error information. Metabuild
78+
interfaces may also wish to run scripts in parallel, provide dependencies
79+
between them, or orchestrate their execution in many other ways. This minimal
80+
specification allows for experimentation with such interfaces within the
81+
crates.io ecosystem, by providing an adapter from the raw metabuild interface.
8182

8283
# Reference-level explanation
8384

0 commit comments

Comments
 (0)