Closed BrianHicks closed 1 year ago
With https://github.com/roc-lang/rbt/pull/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!
async_std
With https://github.com/roc-lang/rbt/pull/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!