Java ThreadPool usage

前端 未结 6 1811
感动是毒
感动是毒 2020-12-30 14:17

I\'m trying to write a multithreaded web crawler.

My main entry class has the following code:

ExecutorService exec = Executors.newFixedThreadPool(num         


        
6条回答
提交回复
热议问题