Skip to content

Commit

Permalink
docs: add blogs
Browse files Browse the repository at this point in the history
  • Loading branch information
justlorain committed Jun 15, 2023
1 parent b8b9652 commit a5d79af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ func main() {
| `WithWaitingQueueSize` | `64` | Set the size of the waiting queue |
| `WithWorkerIdleTimeout` | `time.Second * 3` | Set the destroyed timeout of idle workers |

## Blogs

- [GO: How to Write a Worker Pool](https://dev.to/justlorain/go-how-to-write-a-worker-pool-1h3b) | [中文](https://juejin.cn/post/7244733519948333111)

## License

VIOLIN is distributed under the [Apache License 2.0](./LICENSE). The licenses of third party dependencies of VIOLIN are explained [here](./licenses).
Expand Down

0 comments on commit a5d79af

Please sign in to comment.