Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thread pool function extension #126

Open
JesseZ332623 opened this issue Feb 7, 2025 · 0 comments
Open

Thread pool function extension #126

JesseZ332623 opened this issue Feb 7, 2025 · 0 comments

Comments

@JesseZ332623
Copy link

JesseZ332623 commented Feb 7, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant