We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
基本实现了一个线程池应有的功能,创建一个线程池,销毁一个线程池,向一个线程池里面添加任务。 采用互斥锁 + 条件变量,用到的数据结构有queue。 关于线程池的使用,有测试程序,可以借鉴。
实现了一个线程池应有的基本功能(implement the basic functions of pthreadpool)
There was an error while loading. Please reload this page.