文件名称:thread_pool:C++11线程池
文件大小:8KB
文件格式:ZIP
更新时间:2024-07-03 19:56:28
C++
线程池
C++11线程池
####用法:
std::mutex mtx;
try{
tp::thread_pool tp;
std::vector
【文件预览】:
thread_pool-master
----thread_pool.sln(985B)
----.gitignore(3KB)
----thread_pool()
--------thread_guard.h(630B)
--------test.cpp(1KB)
--------thread_pool.h(2KB)
--------thread_pool.vcxproj(4KB)
--------thread_pool.vcxproj.filters(1KB)
----README.md(834B)
----.gitattributes(2KB)