java線程池使用

說明直接new 一個 Thread 很佔用cpu,因此可使用線程池web ExecutorService aa = Executors.newCachedThreadPool(); aa.execute(()->{ try { Thread.sleep(200); } catch (InterruptedException e) { // TODO Auto-generate
相關文章
相關標籤/搜索