condition_variable_any::notify_all-Methode

Hebt alle Threads die Blockierung die das condition_variable_any-Objekt warten.

void notify_all() _NOEXCEPT;

Anforderungen

Header: condition_variable

Namespace: std

Siehe auch

Referenz

condition_variable_any Klasse

<condition_variable>