//
pkg.gl
Category
github.com/mpezzolano/goLibrary
concurrency
package
0.0.0-20240605105119-1c4c4c5d458b
Repository:
https://github.com/mpezzolano/golibrary.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
1
Files
28 SLOC
#
Functions
ExecuteInParallel
No description provided by the author
NewSemaphore
NewSemaphore creates a new semaphore with the given limit.
#
Structs
Semaphore
Semaphore provides a way to limit the number of goroutines running concurrently.