Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sunspirit99 authored Dec 27, 2022
1 parent be8dffc commit 62658af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# go-worker-pool
- An implement of go worker-pool : execute multiple tasks (function callings) concurrently
# Example :
```go
``` go
func main() {
// Init a pool with 10 workers
pool := workerpool.Initialize(10)
Expand Down

0 comments on commit 62658af

Please sign in to comment.