Skip to content

Commit 34d8ce4

Browse files
committed
docs: update readme
1 parent 804cb32 commit 34d8ce4

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Lightweight Thread Pool (C++11)
22

3-
[![threadpool](https://img.shields.io/badge/Thread_Pool-8A2BE2)](https://github.com/abin-z/ThreadPool) [![headeronly](https://img.shields.io/badge/Header_Only-green)](include/thread_pool/thread_pool.h) [![moderncpp](https://img.shields.io/badge/Modern_C%2B%2B-218c73)](https://learn.microsoft.com/en-us/cpp/cpp/welcome-back-to-cpp-modern-cpp?view=msvc-170) [![licenseMIT](https://img.shields.io/badge/License-MIT-green)](https://opensource.org/license/MIT) [![version](https://img.shields.io/badge/version-0.9.2-green)](https://github.com/abin-z/ThreadPool/releases)
3+
[![threadpool](https://img.shields.io/badge/Thread_Pool-8A2BE2)](https://github.com/abin-z/ThreadPool)
4+
[![headeronly](https://img.shields.io/badge/Header_Only-green)](include/thread_pool/thread_pool.h)
5+
[![moderncpp](https://img.shields.io/badge/Modern_C%2B%2B-218c73)](https://learn.microsoft.com/en-us/cpp/cpp/welcome-back-to-cpp-modern-cpp?view=msvc-170)
6+
[![cpp](https://img.shields.io/badge/Compatibility-C++11-darkgreen.svg)](https://isocpp.org)
7+
[![licenseMIT](https://img.shields.io/badge/License-MIT-green)](https://opensource.org/license/MIT)
8+
[![version](https://img.shields.io/badge/version-0.9.2-green)](https://github.com/abin-z/ThreadPool/releases)
9+
[![ci](https://github.com/abin-z/ThreadPool/actions/workflows/cmake_unix.yml/badge.svg)](https://github.com/abin-z/ThreadPool/actions/workflows/cmake_unix.yml)
410

511
🌍 Languages/语言: [English](README.md) | [简体中文](README.zh-CN.md)
612

README.zh-CN.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# 跨平台轻量级线程池(C++11)
22

3-
[![iniparser](https://img.shields.io/badge/Thread_Pool-8A2BE2)](https://github.com/abin-z/ThreadPool) [![headeronly](https://img.shields.io/badge/Header_Only-green)](include/thread_pool/thread_pool.h) [![moderncpp](https://img.shields.io/badge/Modern_C%2B%2B-218c73)](https://learn.microsoft.com/en-us/cpp/cpp/welcome-back-to-cpp-modern-cpp?view=msvc-170) [![licenseMIT](https://img.shields.io/badge/License-MIT-green)](https://opensource.org/license/MIT) [![version](https://img.shields.io/badge/version-0.9.2-green)](https://github.com/abin-z/ThreadPool/releases)
3+
[![iniparser](https://img.shields.io/badge/Thread_Pool-8A2BE2)](https://github.com/abin-z/ThreadPool)
4+
[![headeronly](https://img.shields.io/badge/Header_Only-green)](include/thread_pool/thread_pool.h)
5+
[![moderncpp](https://img.shields.io/badge/Modern_C%2B%2B-218c73)](https://learn.microsoft.com/en-us/cpp/cpp/welcome-back-to-cpp-modern-cpp?view=msvc-170)
6+
[![cpp](https://img.shields.io/badge/Compatibility-C++11-darkgreen.svg)](https://isocpp.org)
7+
[![licenseMIT](https://img.shields.io/badge/License-MIT-green)](https://opensource.org/license/MIT)
8+
[![version](https://img.shields.io/badge/version-0.9.2-green)](https://github.com/abin-z/ThreadPool/releases)
9+
[![ci](https://github.com/abin-z/ThreadPool/actions/workflows/cmake_unix.yml/badge.svg)](https://github.com/abin-z/ThreadPool/actions/workflows/cmake_unix.yml)
410

511
🌍 Languages/语言: [English](README.md) | [简体中文](README.zh-CN.md)
612

0 commit comments

Comments
 (0)