An open API service indexing awesome lists of open source software.

https://github.com/bruce-lee-ly/thread_pool

Thread pool is implemented to process task queue with C++11.
https://github.com/bruce-lee-ly/thread_pool

cpp11 task-queue thread-pool

Last synced: 5 months ago
JSON representation

Thread pool is implemented to process task queue with C++11.

Awesome Lists containing this project

README

        

# Thread Pool
Thread pool is implemented to process task queue with C++11.

# Compile
## Environment
- OS: Linux
- Cmake Version: >= 3.8
- GCC Version: >= 4.8

## Clone
```
git clone https://github.com/Bruce-Lee-LY/thread_pool.git
```

## Build
```
cd thread_pool
./build.sh -t Release -b OFF
./build.sh -t Debug -b ON
```

# Run Sample
```
./run_sample.sh
```

# Reference
https://github.com/progschj/ThreadPool.git