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 a1b33a9 commit c346e1bCopy full SHA for c346e1b
CHANGES
@@ -1,5 +1,6 @@
1
[1.8.1]
2
- Fix scripts in same priority group not being ordered by invoke order
3
+- Reduce lock contention in concurrent queue poll and peek
4
5
[1.8.0]
6
- Add methods to get total scripts queued for execution
build.gradle
@@ -30,7 +30,7 @@ subprojects {
30
apply plugin: "checkstyle"
31
32
group = 'org.mini2Dx'
33
- version = '1.8.0'
+ version = '1.8.1'
34
35
repositories {
36
mavenLocal()
0 commit comments