调用shutdown(),线程池就会不再接受任务。 然后调用public boolean awaitTermination(long timeout, TimeUnit unit) 等待所有任务执行完毕,执行完毕返回true或者超时返回false。