Skip to content

Commit

Permalink
Merge pull request #5 from martelkr/1-initial-implementation
Browse files Browse the repository at this point in the history
fix readme
  • Loading branch information
martelkr authored Mar 28, 2023
2 parents 3701817 + ded9d87 commit 6ce34fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# C++20 Thread Pool (header file only)
[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/MIT)
![cmake Build](https://github.com/martelkr/cppsocket/actions/workflows/cmake.yml/badge.svg)
![clang Build](https://github.com/martelkr/cppsocket/actions/workflows/clang.yml/badge.svg)
![profile Build](https://github.com/martelkr/cppsocket/actions/workflows/profile.yml/badge.svg)
![cppcheck Build](https://github.com/martelkr/cppsocket/actions/workflows/cppcheck.yml/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/martelkr/cppsocket/badge.svg?branch=main)](https://coveralls.io/github/martelkr/cppsocket?branch=main)
![cmake Build](https://github.com/martelkr/threadpool/actions/workflows/cmake.yml/badge.svg)
![clang Build](https://github.com/martelkr/threadpool/actions/workflows/clang.yml/badge.svg)
![profile Build](https://github.com/martelkr/threadpool/actions/workflows/profile.yml/badge.svg)
![cppcheck Build](https://github.com/martelkr/threadpool/actions/workflows/cppcheck.yml/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/martelkr/threadpool/badge.svg?branch=main)](https://coveralls.io/github/martelkr/threadpool?branch=main)

## About
This is a header file only implementation of a C++20 style thread pool.
Expand Down

0 comments on commit 6ce34fb

Please sign in to comment.