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
I am reading the code and try to learn from it, and I am puzzled that you use notify_one in this line rather than notify_all, would you please tell me why notify_one is better here ?
The text was updated successfully, but these errors were encountered:
thread-pool/include/ThreadPool.h
Line 94 in 99ae49b
I am reading the code and try to learn from it, and I am puzzled that you use
notify_one
in this line rather thannotify_all
, would you please tell me whynotify_one
is better here ?The text was updated successfully, but these errors were encountered: