Skip to content

Commit

Permalink
release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xnat9 committed Feb 19, 2022
1 parent 0991da7 commit 7048ed8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ partition "执行器/线程池" {
<dependency>
<groupId>cn.xnatural</groupId>
<artifactId>tiny</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</dependency>
```

Expand Down Expand Up @@ -444,7 +444,7 @@ queue("队列名", () -> {
})
```

## 对列执行器/并发控制器 Devourer
## _对列执行器_: Devourer
当需要控制任务最多 一个一个, 两个两个... 的执行时
会自旋执行完队列中所有任务
服务基础类(ServerTpl)提供方法创建: queue
Expand Down Expand Up @@ -791,10 +791,7 @@ final Lazier<String> _id = new Lazier<>(() -> {
, [GRule(groovy)](https://gitee.com/xnat/grule)


# 1.1.2 ing
- [x] upgrade: logback:1.2.10
- [x] feat: utils.ioCopy io流复制方法
- [ ] feat: CacheSrv 过期函数
# 1.1.3 ing
- [ ] feat: Devourer 速度控制

# 参与贡献
Expand Down

0 comments on commit 7048ed8

Please sign in to comment.