Stay organized with collections Save and categorize content based on your preferences.
Implement ISO/IEC TS 19571:2016 promise<T>
.
Creates a promise with an unsatisfied shared state.
promise(std::function< void()>)Creates a promise with an unsatisfied shared state.
Parameter Name Descriptioncancellation_callback
std::function< void()>
Creates a promise without a shared state.
Parameter Name Descriptionx
null_promise_t
Constructs a new promise and transfer any shared state from rhs
.
promise &&
promise const &
Abandons the shared state in *this
, if any, and transfers the shared state from rhs
.
rhs
promise &&
promise &
operator=(promise const &) Parameter Name Description
promise const &
promise &
Functions swap(promise &)
Swaps the shared state in *this
with rhs
.
other
promise &
void
get_future()
Creates the future<T>
using the same shared state as *this
.
future< T >
set_value(T)
Satisfies the shared state.
Parameter Name Descriptionvalue
T
std::future_error
with std::future_errc::promise_already_satisfied if the shared state is already satisfied. std::future_error
with std::no_state if the promise does not have a shared state. Returns Type Description void
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-14 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["The document details the `promise\u003cT\u003e` implementation, adhering to ISO/IEC TS 19571:2016 standards, and provides a comprehensive reference for various versions, from 2.10.1 up to the latest release candidate 2.37.0-rc."],["It describes several constructors for `promise`, including those creating promises with an unsatisfied shared state, without a shared state, or by transferring state from another promise, as well as copy and move constructors."],["The documentation outlines the available operators, such as move assignment and copy assignment, used for managing the shared state of the `promise` object."],["Functions like `swap`, `get_future`, and `set_value` are detailed, including their parameters, return types, and the exceptions that might be thrown, such as `std::future_error`."],["The `promise\u003cT\u003e` can utilize a `cancellation_callback` to be performed as a parameter for one of the constructors."]]],[]]
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