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

https://github.com/maxtek6/threadpool

C++ threadpool
https://github.com/maxtek6/threadpool

thread threadpool threads

Last synced: 9 months ago
JSON representation

C++ threadpool

Awesome Lists containing this project

README

          

# C++ Threadpool

![status](https://github.com/maxtek6/threadpool/actions/workflows/pipeline.yml/badge.svg)
[![codecov](https://codecov.io/gh/maxtek6/threadpool/branch/master/graph/badge.svg)](https://codecov.io/gh/maxtek6/threadpool)

Maxtek implementation of thread pooling in C++.

## Requirements

+ CMake
+ Any compiler supporting C++14 or later