adeeconometrics / ThreadMing

Simple implementation of thread pool in Cpp17

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ThreadMing

Simple implementation of thread pool in Cpp17

Image


Motivation, Goals, and Disclaimer

This project is intended to serve as an archive to a thread pool pattern that one can implement in C++17.

There is no long-term initiative to maintain and continuously develop this code. You are welcome to submit an issue or suggest improvements. The robustness of this codebase is only limited to its test coverage. This is not recommended to be used in a production environment.

About

Simple implementation of thread pool in Cpp17

License:MIT License


Languages

Language:C++ 79.7%Language:Makefile 20.3%