A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://cplusplus.com/reference/condition_variable/cv_status/ below:

enum class

<condition_variable>

std::cv_status

Condition variable status

Type that indicates whether a function returned because of a timeout or not.

Values of this type are returned by the wait_for and wait_until members of condition_variable and condition_variable_any.

It is defined as:


1
enum class cv_status { no_timeout, timeout };

Member constants cv_status::no_timeout The function returned without a timeout (i.e., it was notified). cv_status::timeout The function returned because it reached its time limit (timeout).
See also
condition_variable::wait_for
Wait for timeout or until notified (public member function)
condition_variable::wait_until
Wait until notified or time point (public member function)

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4