Skip to content

Commit

Permalink
Merge branch 'main' of github.com:googs1025/Simple-work-pool-framework
Browse files Browse the repository at this point in the history
  • Loading branch information
googs1025 committed Aug 11, 2023
2 parents 1f725e5 + 4f4cf0f commit 66b92b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- 自定义最大worker数,可根据task数自动扩缩容worker
- 自定义任务回调与错误回调方法

![项目架构](https://github.com/googs1025/Simple-work-pool-framework/blob/main/image/%E6%9E%B6%E6%9E%84.jpg?raw=true)
![项目架构](https://github.com/StudyPlace-io/work-pool-framework/blob/main/image/%E6%9E%B6%E6%9E%84%E6%96%B0%E5%9B%BE.png?raw=true)

### 示例1
**Run方法调用**
Expand Down Expand Up @@ -128,4 +128,4 @@ func TestTaskPool2(t *testing.T) {
}


```
```

0 comments on commit 66b92b6

Please sign in to comment.