Queue to store the task to be performed. You can call the thread pool member function to add the task to the queue.
任务队列、活动线程链表、空闲线程队列都作为线程池的成员变量,由线程池维护。
Queue to store the task to be performed. You can call the thread pool member function to add the task to the queue.
任务队列、活动线程链表、空闲线程队列都作为线程池的成员变量,由线程池维护。
应用推荐