Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to support concurrent execution on rules? Is there a multirule? #353

Open
mill1000 opened this issue May 18, 2020 · 1 comment
Open

Comments

@mill1000
Copy link

Is there a method of declaring a rule that should execute it's prerequisites concurrently? What about defining a new multirule keyboard to support such an operation?

@da2x
Copy link
Contributor

da2x commented Jan 18, 2021

Assuming you can run all tasks as multitasks, you can turn everything into a multitask with rake -m. You can also generate a multitask on the fly from a rule. This all being said, I’d also welcome a multirule and even a multifile into my workflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants