From c14b93f581d50689cc271d41cffe90d3930be8c9 Mon Sep 17 00:00:00 2001 From: Romain-P Date: Wed, 20 Nov 2024 11:42:16 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c1fed0..1f60ff4 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,8 @@ | [task_system](https://github.com/p-ranav/task_system) | [![GitHub stars](https://img.shields.io/github/stars/p-ranav/task_system?style=social)](https://github.com/p-ranav/task_system/stargazers/) | Better Code: Concurrency - Sean Parent. | [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) | | [transwarp](https://github.com/bloomen/transwarp) | [![GitHub stars](https://img.shields.io/github/stars/bloomen/transwarp?style=social)](https://github.com/bloomen/transwarp/stargazers/) | A header-only C++ library for task concurrency. | [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) | | [taskpool](https://github.com/fawdlstty/taskpool) | [![GitHub stars](https://img.shields.io/github/stars/fawdlstty/taskpool?style=social)](https://github.com/fawdlstty/taskpool/stargazers/) | Modern C++ taskpool. | [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) | -| [thread-pool](https://github.com/DeveloperPaul123/thread-pool) | [![GitHub stars](https://img.shields.io/github/stars/DeveloperPaul123/thread-pool?style=social)](https://github.com/DeveloperPaul123/thread-pool/stargazers/) | Modern C++20 thread-pool. | ![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg) +| [thread-pool](https://github.com/DeveloperPaul123/thread-pool) | [![GitHub stars](https://img.shields.io/github/stars/DeveloperPaul123/thread-pool?style=social)](https://github.com/DeveloperPaul123/thread-pool/stargazers/) | Modern C++20 thread-pool. | ![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg) | +| [async-executor](https://github.com/Romain-P/AsyncExecutor) | [![GitHub stars](https://img.shields.io/github/stars/Romain-P/AsyncExecutor?style=social)](https://github.com/Romain-P/AsyncExecutor/stargazers/) | Modern C++17 async task executor. | ![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg) ## Cryptography and Security