ThreadPool icon indicating copy to clipboard operation
ThreadPool copied to clipboard

Thread pool function extension

Open JesseZ332623 opened this issue 11 months ago • 0 comments

Hello! I am a university student in China. I saw your thread pool implementation when I was studying concurrency-related knowledge, and I tried to make some extensions based on it.

It supports

  • Thread pool expansion resize()
  • Move semantics ThreadPool(ThreadPool &&) ThreadPool & operator=(ThreadPool &&);
  • Features related to the C++17 standard std::invoke_result_t<>

I think my thread pool implementation is far from production level, but I still want to share my learning results, I hope you can see it!

Repository

My-Thread-Pool

JesseZ332623 avatar Feb 07 '25 13:02 JesseZ332623