- Support for parallel builds [feature 0.5.0] Notes ===== * Need to make sure we don't change build state (except for few controlled things like target state and mtime) during update. ~ Audit all uses of mutable. ~ Can we pass things (e.g., target) as const to update. The only issue is how to change state/mtime. * There is old design, review for any good ideas.