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 26bbd64 commit 892ff88Copy full SHA for 892ff88
src/main/java/com/oldratlee/fucking/concurrency/util/Utils.java renamed to src/main/java/com/oldratlee/fucking/concurrency/util/LoadMaker.java
@@ -6,7 +6,7 @@
6
/**
7
* @author Jerry Lee (oldratlee at gmail dot com)
8
*/
9
-public class Utils {
+public class LoadMaker {
10
private static final int CPU_COUNT = Runtime.getRuntime().availableProcessors();
11
private static final int THREAD_COUNT = CPU_COUNT * 2;
12
0 commit comments