msgqueue_thrdpool
msgqueue_thrdpool copied to clipboard
Message queue and thread pool implementations of C++ Workflow
Results
1
msgqueue_thrdpool issues
Sort by
recently updated
recently updated
newest added
线程池的销毁问题
1
为什么在线程池的终止函数thrdpool_terminate中,没有唤醒所有等待进程的操作呢?这样的话如果整个消息队列是空的,线程会在第56行的message get操作中阻塞住吧?很费解啊