文件名称:thread_pool:C ++线程池库
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-12 13:21:52
C++
线程池
ThreadPool是仅c ++头文件库,用于修改和扩展 。
用法
要构建thread_pool,请运行以下命令:
git clone https://github.com/rvaser/thread_pool && cd thread_pool && mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release .. && make
这将创建安装目标和单元测试。 运行make install将在您的系统上创建一个程序包,该程序包可通过以下方式搜索和链接:
find_package (thread_pool)
target_link_libraries (
【文件预览】:
thread_pool-master
----Config.cmake.in(185B)
----.gitmodules(1B)
----CMakeLists.txt(3KB)
----.travis.yml(901B)
----LICENSE(1KB)
----test()
--------thread_pool_test.cpp(2KB)
--------semaphore_test.cpp(572B)
----README.md(2KB)
----.gitignore(31B)
----include()
--------thread_pool()