We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 690d014 commit d3f0acfCopy full SHA for d3f0acf
.github/workflows/tests.yml
@@ -1,4 +1,4 @@
1
-name: Run static checks and unit tests
+name: Tests
2
3
on:
4
push:
README.md
@@ -1,5 +1,9 @@
# Workerpool
+[](https://pkg.go.dev/github.com/cilium/workerpool)
+[](https://github.com/cilium/workerpool/actions?query=workflow%3ATests)
5
+[](https://goreportcard.com/report/github.com/cilium/workerpool)
6
+
7
Package workerpool implements a concurrency limiting worker pool. Worker
8
routines are spawned on demand as tasks are submitted.
9
0 commit comments