We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b22685 commit 3b19154Copy full SHA for 3b19154
2 files changed
README
@@ -4,6 +4,8 @@ https://www.ohloh.net/p/Java-Thread-Affinity
4
5
[ Version History ]
6
7
+Version 1.5.4 - Added AffinityLock.isAllocated() and isBound() so you can check whether a CPU could be allocated.
8
+
9
Version 1.5.3 - Build on Windows cleanly. Added a Unix profile for Unix enhanced build.
10
11
Version 1.5.2 - Added Windows support and Javadoc for all public methods.
pom.xml
@@ -22,7 +22,7 @@
22
23
<groupId>vanilla.java</groupId>
24
<artifactId>affinity</artifactId>
25
- <version>1.5.3</version>
+ <version>1.5.4</version>
26
<packaging>jar</packaging>
27
28
<licenses>
0 commit comments