golang.org/x/sync/errgroup.Group.cancel (field)
6 uses
golang.org/x/sync/errgroup (current package)
errgroup.go#L19: cancel func()
errgroup.go#L34: return &Group{cancel: cancel}, ctx
errgroup.go#L41: if g.cancel != nil {
errgroup.go#L42: g.cancel()
errgroup.go#L60: if g.cancel != nil {
errgroup.go#L61: g.cancel()
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |