enum class
<future>
std::future_statusenum class future_status;
Return value for timed future operations
Thisenum class
type defines the possible return values of the wait_for and wait_until member functions of future and shared_future. future_status label int
value description future_status::ready 0
The function returned because the shared state was ready. future_status::timeout 1
The function returned because the specified time was exhausted. future_status::deferred 2
The function returned because the shared state contains a deferred function (see std::async).
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