Skip to content

kirill-scherba/jobs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jobs worker pool

There is golang package to create and use a worker pool to limit the number of Goroutines that run at the same time in Go application.

GoDoc Go Report Card

Basic usage example

Look example at example folder:

go run ./examples/jobs

Or run this example in playground: https://go.dev/play/p/Bnme-msu2Tb

Licence

BSD