You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
resize()
ThreadPool(ThreadPool &&)
ThreadPool & operator=(ThreadPool &&);
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
The text was updated successfully, but these errors were encountered: