Skip to content

Zedzou/ThreadPoolExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example for ThreadPool yb CPP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published