We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3833c5a commit 5ad256fCopy full SHA for 5ad256f
README.md
@@ -15,6 +15,10 @@ A High Performance Inter-Thread Messaging Library
15
16
## Changelog
17
18
+### 3.3.9
19
+
20
+- Changle SleepingWaitStrategy to use a parkNanos(100).
21
22
### 3.3.8
23
24
- Revert belt and braces WaitStategy signalling.
build.gradle
@@ -24,7 +24,7 @@ apply plugin: 'idea'
defaultTasks 'build'
25
26
group = 'com.lmax'
27
-version = new Version(major: 3, minor: 3, revision: 8)
+version = new Version(major: 3, minor: 3, revision: 9)
28
29
ext {
30
fullName = 'Disruptor Framework'
0 commit comments