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 86d9d95 commit 19c59b9Copy full SHA for 19c59b9
README.md
@@ -90,9 +90,6 @@ func main() {
90
)
91
defer q.Release()
92
93
- // start the five worker
94
- q.Start()
95
-
96
// assign tasks in queue
97
for i := 0; i < taskN; i++ {
98
go func(i int) {
_example/single/main.go
@@ -51,9 +51,6 @@ func main() {
51
52
53
54
55
56
57
58
59
0 commit comments