We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941a554 commit c452cf8Copy full SHA for c452cf8
README.md
@@ -2,12 +2,6 @@
2
3
### 拓展了Android OS MessageQueue,提供了以下功能
4
5
-* 线程可以配对交换元素在同步点
6
-* 线程空闲后执行task
7
-* 阻塞执行
8
-* 线程之间交叉执行
9
-
10
11
12
## 引入
13
@@ -19,6 +13,13 @@ implementation 'com.github.Justson:dispatch-queue:v1.0.3'
19
```
20
14
21
15
16
+## 特性
17
+
18
+* 线程可以配对交换元素在同步点
+* 线程空闲后执行task
+* 阻塞执行
+* 线程之间交叉执行
22
23
24
## 控制线程执行顺序
25
0 commit comments