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
Describe the new feature
In the README.md, explain what would happen when the destructor of thread_pool is called.
Code example
N/A
Additional information
I see that ~thread_pool() will wait for all tasks to finish, then destroys all threads. It might be nice to state this in README.md, in the library reference section. I didn't find any mention of this. I think it is important to know.