Skip to content

YuanzheHu/my-thread-pool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Thread Pool

Overview

This project implements a simple thread pool in C++ using modern C++11 features. The thread pool allows for the creation of a fixed number of worker threads that can execute tasks concurrently.

Build Instructions

  1. Install CMake (version 3.10 or higher).
  2. Create a build directory:
    mkdir build && cd build
  3. Run CMake to configure the project:
    cmake ..
  4. Build the project:
    make

Running Tests

After building the project, you can run the test executables located in the build/test/ directory:

./test_day1_basic

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors