Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 346 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 346 Bytes

ThreadPool_example

目录结构

ThreadPool
|---README.md
|---CmakeLists.txt
|---main.cpp
|---libThreadPool
    |---README.txt
    |---task.h
    |---taskQueue.h
    |---workThread.h
    |---workThread.cpp
    |---threadPool.h
    |---threadPool.cpp
    |---threadUtils.h

Build

mkdir build && cd build && cmake .. && make