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
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
Unblocks one of the threads that are waiting on the condition_variable object.
void notify_one() _NOEXCEPT;
Header: condition_variable
Namespace: std