Skip to content

Commit

Permalink
add build status & godoc badges
Browse files Browse the repository at this point in the history
  • Loading branch information
wimspaargaren committed Aug 2, 2023
1 parent f786c4d commit afd9123
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Go Generic Worker Pool
[![Build Status](https://github.com/wimspaargaren/workers/workflows/CI/badge.svg)](https://github.com/wimspaargaren/workers/actions)
[![Go Reference](https://pkg.go.dev/badge/github.com/wimspaargaren/workers.svg)](https://pkg.go.dev/github.com/wimspaargaren/workers)

This repository provides a generic, easy to use worker pool.

Expand Down Expand Up @@ -49,6 +51,7 @@ func main() {
// handle me
}
}
// call done, to indicate all jobs have been added to the pool
workerPool.Done()
}()

Expand Down

0 comments on commit afd9123

Please sign in to comment.