Skip to content

add sync.Barrier? #1382

Closed
Closed
@rsc

Description

@rsc
something like this?
seems to come up a lot

// A Barrier waits for a collection of goroutines to finish.
// The main goroutine calls Add to set the number of
// goroutines to wait for.  Then each of the goroutines
// runs and calls Done when finished.  At the same time,
// the main goroutine can call Wait to block until the
// given number of goroutines have finished.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions