Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c5e5043

Browse files
chore: logging
1 parent 4d00a8c commit c5e5043

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎src/main/java/spp/demo/Main.java‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ public static void main(String[] args) throws Exception {
1919
while (true) {
2020
executeDemos();
2121
Thread.sleep(1000);
22+
23+
int threadCount = Thread.activeCount();
24+
System.out.println("Thread count: " + threadCount);
2225
}
2326
}
2427

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /