카테고리 없음
thead
유기스토리
2021. 6. 9. 08:34
new Thread(() -> {
for (int i = 0; i < 1000; i++) {
temp.callMe("Thread1"); }
}).start();