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 fc6a6f0 commit 0f8410dCopy full SHA for 0f8410d
CHANGES
@@ -1,3 +1,7 @@
1
+[1.8.13]
2
+- Reduce time during KavaThreadPoolProvider shutdown
3
+- Add timeout to wait call in waitForCompletion
4
+
5
[1.8.12]
6
- Don't notify future threads if already skipped
7
build.gradle
@@ -30,7 +30,7 @@ subprojects {
30
apply plugin: "checkstyle"
31
32
group = 'org.mini2Dx'
33
- version = '1.8.12'
+ version = '1.8.13'
34
35
repositories {
36
mavenLocal()
0 commit comments