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 459e94e commit 6cbe429Copy full SHA for 6cbe429
reactive-programming/src/main/java/com/example/Application.java
@@ -6,7 +6,7 @@
6
public class Application {
7
8
public static void main(String[] args) {
9
- ExecutorService threadPool = Executors.newFixedThreadPool(2);
+ ExecutorService threadPool = Executors.newFixedThreadPool(1);
10
11
for (int u = 1; u <= 10; u++) {
12
var user = "User " + u;
0 commit comments