condition_variable::notify_one Method
Unblocks one of the threads that are waiting on the condition_variable object.
void notify_one() _NOEXCEPT;
Requirements
Header: condition_variable
Namespace: std
Ce navigateur n’est plus pris en charge.
Effectuez une mise à niveau vers Microsoft Edge pour tirer parti des dernières fonctionnalités, des mises à jour de sécurité et du support technique.
Unblocks one of the threads that are waiting on the condition_variable object.
void notify_one() _NOEXCEPT;
Header: condition_variable
Namespace: std