Concurrency: Thread Pool

Learning: 1. first outline, then the idea of ​​priority (appropriate questions) 2. A reasonable guess

To become familiar with thread pools, some questions

1. When a thread is created?

2. What are the main thread pool do?

3. No task execution in what state?

4. Submit a task execution logic?

5. How thread pool is destroyed?

 

State of the thread pool: 6 kinds of source code

Guess you like

Origin www.cnblogs.com/duanding/p/11901557.html