Skip to content
Snippets Groups Projects
Commit ef2f8404 authored by ale's avatar ale
Browse files

Merge branch 'renovate/golang.org-x-sync-0.x' into 'master'

Update module golang.org/x/sync to v0.11.0

See merge request !19
parents fee528fa 3fb9eba8
Branches
No related tags found
1 merge request!19Update module golang.org/x/sync to v0.11.0
Pipeline #87972 passed
...@@ -3,6 +3,6 @@ module git.autistici.org/pipelines/tools/vmine ...@@ -3,6 +3,6 @@ module git.autistici.org/pipelines/tools/vmine
go 1.19 go 1.19
require ( require (
golang.org/x/sync v0.10.0 golang.org/x/sync v0.11.0
gopkg.in/yaml.v3 v3.0.1 gopkg.in/yaml.v3 v3.0.1
) )
...@@ -118,6 +118,7 @@ func (g *Group) TryGo(f func() error) bool { ...@@ -118,6 +118,7 @@ func (g *Group) TryGo(f func() error) bool {
// SetLimit limits the number of active goroutines in this group to at most n. // SetLimit limits the number of active goroutines in this group to at most n.
// A negative value indicates no limit. // A negative value indicates no limit.
// A limit of zero will prevent any new goroutines from being added.
// //
// Any subsequent call to the Go method will block until it can add an active // Any subsequent call to the Go method will block until it can add an active
// goroutine without exceeding the configured limit. // goroutine without exceeding the configured limit.
......
# golang.org/x/sync v0.10.0 # golang.org/x/sync v0.11.0
## explicit; go 1.18 ## explicit; go 1.18
golang.org/x/sync/errgroup golang.org/x/sync/errgroup
# gopkg.in/yaml.v3 v3.0.1 # gopkg.in/yaml.v3 v3.0.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment