Skip to content

Commit af66da5

Browse files
committed
chore(readme): publish version 1.0.0
1 parent 6e699a4 commit af66da5

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Dispatch-Queue
22

3-
拓展了Android OS MessageQueue,提供了以下功能
4-
5-
3+
### 拓展了Android OS MessageQueue,提供了以下功能
64

75
* 线程可以配对交换元素在同步点
86
* 线程空闲后执行task
@@ -11,6 +9,17 @@
119

1210

1311

12+
## 引入
13+
14+
* Gradle
15+
16+
17+
```gradle
18+
implementation 'com.github.Justson:dispatch-queue:v1.0.0'
19+
```
20+
21+
22+
1423
## 控制线程执行顺序
1524

1625
```

0 commit comments

Comments
 (0)