//
pkg.gl
Category
github.com/pranav-patil/go-serverless-api
pkg
sizedwaitgroup
package
0.0.0-20240428022330-42096d4839c5
Repository:
https://github.com/pranav-patil/go-serverless-api.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
45 SLOC
#
Functions
New
New creates a SizedWaitGroup.
#
Structs
SizedWaitGroup
SizedWaitGroup has the same role and close to the same API as the Golang sync.WaitGroup but adds a limit of the amount of goroutines started concurrently.