File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
1313Features:
1414
Original file line number Diff line number Diff line change 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
55Features:
You can’t perform that action at this time.
0 commit comments