From b944dfaee46976dfcc420e5e314d853a82b71e76 Mon Sep 17 00:00:00 2001 From: Sebastian Ibanez <91081658+sebastian-j-ibanez@users.noreply.github.com> Date: Fri, 22 Dec 2023 23:10:02 -0500 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f940054..f1ea9ab 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ -### Whirlpool :ocean: +## Whirlpool :ocean: +### Description **Whirlpool** is a cross-platform thread pool written in C++. It is designed for C++20. + +### Potential Features +- [ ] Dynamic resizing +- [ ] Logging +- [ ] Worker thread class +- [ ] Individual thread queues