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

walk the build graph in parallel #73

Closed
BrianHicks opened this issue Sep 30, 2022 · 0 comments · Fixed by #82
Closed

walk the build graph in parallel #73

BrianHicks opened this issue Sep 30, 2022 · 0 comments · Fixed by #82
Assignees
Milestone

Comments

@BrianHicks
Copy link
Member

With #69, we have an actual build graph. Next step: walk it in parallel!

Dependencies:

We probably don't want to do this in an async context, by the way. The async_std implementation of process is unstable, and we're going to want to avoid spawning all the build tasks at once!

@BrianHicks BrianHicks added this to the initial build milestone Sep 30, 2022
@BrianHicks BrianHicks self-assigned this Oct 4, 2022
@BrianHicks BrianHicks linked a pull request Nov 16, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant