Skip to content

Commit

Permalink
Merge pull request #42 from enriquebris/readme.md-goconcurrentcounter
Browse files Browse the repository at this point in the history
readme.md
  • Loading branch information
enriquebris authored Feb 24, 2022
2 parents 4f64cfb + 9ce0cae commit fbf55d9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white)](https://pkg.go.dev/mod/github.com/enriquebris/goworkerpool) [![godoc reference](https://img.shields.io/badge/godoc-reference-blue.svg)](https://godoc.org/github.com/enriquebris/goworkerpool) ![version](https://img.shields.io/badge/version-v0.10.1-yellowgreen.svg?style=flat "goworkerpool v0.10.1") [![Go Report Card](https://goreportcard.com/badge/github.com/enriquebris/goworkerpool)](https://goreportcard.com/report/github.com/enriquebris/goworkerpool) [![Build Status](https://api.travis-ci.com/enriquebris/goworkerpool.svg?branch=master&status=unknown)](https://app.travis-ci.com/github/enriquebris/goworkerpool) [![codecov](https://codecov.io/gh/enriquebris/goworkerpool/branch/master/graph/badge.svg)](https://codecov.io/gh/enriquebris/goworkerpool)
[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white)](https://pkg.go.dev/mod/github.com/enriquebris/goworkerpool) [![godoc reference](https://img.shields.io/badge/godoc-reference-blue.svg)](https://godoc.org/github.com/enriquebris/goworkerpool) ![version](https://img.shields.io/badge/version-v0.10.2-yellowgreen.svg?style=flat "goworkerpool v0.10.2") [![Go Report Card](https://goreportcard.com/badge/github.com/enriquebris/goworkerpool)](https://goreportcard.com/report/github.com/enriquebris/goworkerpool) [![Build Status](https://api.travis-ci.com/enriquebris/goworkerpool.svg?branch=master&status=unknown)](https://app.travis-ci.com/github/enriquebris/goworkerpool) [![codecov](https://codecov.io/gh/enriquebris/goworkerpool/branch/master/graph/badge.svg)](https://codecov.io/gh/enriquebris/goworkerpool)

# goworkerpool - Pool of workers
Pool of concurrent workers with the ability of increment / decrement / pause / resume workers on demand.
Expand Down Expand Up @@ -424,9 +424,13 @@ pool.ResumeAllWorkers()

## History

### v0.10.2

- Minor readme.md update

### v0.10.1

- Adjusted [goconcurrentcounter](github.com/enriquebris/goconcurrentcounter) parameters
- Adjusted [goconcurrentcounter](https://github.com/enriquebris/goconcurrentcounter) parameters
- Added go.mod && go.sum files

### v0.10.0
Expand Down

0 comments on commit fbf55d9

Please sign in to comment.