Skip to content

Commit 7f72b69

Browse files
joeybloggsjoeybloggs
authored andcommitted
Update Package description
1 parent 0123607 commit 7f72b69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Package pool
88
[![GoDoc](https://godoc.org/gopkg.in/go-playground/pool.v3?status.svg)](https://godoc.org/gopkg.in/go-playground/pool.v3)
99
![License](https://img.shields.io/dub/l/vibe-d.svg)
1010

11-
Package pool implements a consumer goroutine pool for easier goroutine handling.
11+
Package pool implements a limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation.
1212

1313
Features:
1414

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Package pool implements a consumer goroutine pool for easier goroutine handling.
2+
Package pool implements a limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation.
33
44
55
Features:

0 commit comments

Comments
 (0)