Skip to content

brunoga/workerpool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

workerpool

Go worker pool library.

This library makes it easier to create multiple workers to execute identical tasks over multiple input items in parallel. Items are sent through an input channel, processed with a provided worker function, and the results are sent to an output channel.

The library allows arbitrary task interruption and timeouts using a context.

About

Go worker pool library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages