/go-worker-pool

A worker pool implementation using go's concurrency primitives.

Primary LanguageGo

Go-worker-pool

  • A worker pool implementation using go's concurrency primitives.
  • Worker pool is used to schedule resource hectic jobs and jobs that is scheduled to be executed in a specific period of time.