标签: c++ multithreading design-patterns pthreads threadpool
我正在尝试使用C ++中的pthreads实现基本线程池类。有什么简单的方法可以知道传入的任务是否可以分配给池中的给定线程?即,我如何检查哪些线程不再运行?
感谢。