ThreadPoolExecutor可以使用哪些阻塞队列?

答案解析

如ArrayBlockingQueue、LinkedBlockingQueue、SynchronousQueue、PriorityBlockingQueue等。