Skip to content

Commit c452cf8

Browse files
authored
Update README.md
1 parent 941a554 commit c452cf8

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22

33
### 拓展了Android OS MessageQueue,提供了以下功能
44

5-
* 线程可以配对交换元素在同步点
6-
* 线程空闲后执行task
7-
* 阻塞执行
8-
* 线程之间交叉执行
9-
10-
115

126
## 引入
137

@@ -19,6 +13,13 @@ implementation 'com.github.Justson:dispatch-queue:v1.0.3'
1913
```
2014

2115

16+
## 特性
17+
18+
* 线程可以配对交换元素在同步点
19+
* 线程空闲后执行task
20+
* 阻塞执行
21+
* 线程之间交叉执行
22+
2223

2324
## 控制线程执行顺序
2425

0 commit comments

Comments
 (0)