Skip to content

Commit c025eb6

Browse files
升级 java 版本,修改说明
1 parent 91e2bd0 commit c025eb6

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PDConcurrent
22

33
![java library](https://img.shields.io/badge/type-Libary-gr.svg "type")
4-
![JDK 13](https://img.shields.io/badge/JDK-13-green.svg "SDK")
4+
![JDK 14](https://img.shields.io/badge/JDK-14-green.svg "SDK")
55
![Gradle 6.0.1](https://img.shields.io/badge/Gradle-6.0.1-04303b.svg "tool")
66
![Apache 2](https://img.shields.io/badge/license-Apache%202-blue.svg "License")
77

@@ -11,9 +11,11 @@
1111

1212
## 简介
1313

14-
轻量级并发管理工具,可让开发人员省去处理并发的一些细节
14+
java 轻量级并发管理工具,可让开发人员省去处理并发的一些细节
1515

16-
使用接口将运行的代码插入并发域中,并发域的管理由工具进行。
16+
接口统一采用读写锁规范,可使用接口中不同的工厂方法构造内部使用不同并发实现的管理工具。
17+
18+
使用接口将运行的代码传入并发域中,可通过接口抛出异常与返回数据,亦可将 try 块中的代码通过接口的方式插入并发域中的 try 块中。
1719

1820
## 使用方法
1921
请导入其 `jar` 文件,文件在 **发行版** 或项目的 **jar** 文件夹下可以找到

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ tasks.withType(JavaCompile) {
99

1010
group 'fybug.nulll'
1111
version = '0.0.2'
12-
sourceCompatibility = '13'
13-
targetCompatibility = '13'
12+
sourceCompatibility = '14'
13+
targetCompatibility = '14'
1414

1515
configurations {
1616
developmentOnly

jar/PDConcurrent.jar

-346 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)