You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's an interesting proposition. I'm not sure what it would look like to issue a command like that - what do you suggest the semantics to be?
Also - I'm pretty tight on time these days so I probably will not be able to get to this in a timely manner, but I'll still be available for PR reviews and hackage administration.
If I understand correctly, currently it is possible to execute commands just one after the other.
Would it be interesting/possible to configure certain commands to run in parallel?
For example, I could have four commands
a
,b
,c
andd
and I would like to runa
, thenb
andc
in parallel and only after they both complete, rund
The text was updated successfully, but these errors were encountered: