Skip to content

Parallelize planning #15

@ejholmes

Description

@ejholmes

walk/plan.go

Lines 128 to 134 in 11c4e90

// TODO(ejholmes): Accept a semaphore and parallelize this. No
// need to perform this serially.
dep, err := p.newTarget(ctx, d)
if err != nil {
return err
}
p.graph.Connect(t, dep)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions