[[["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-03-05 UTC."],[[["This document outlines the specifications for different versions of a C++ `promise` class, specifically specialized for `void`."],["The latest release candidate version available is 2.37.0-rc, and a history of versions back to 2.10.1 are accessible with links to their respective documentation."],["The `promise` class can be instantiated with or without a shared state, offering constructors for both scenarios."],["The class includes functions to swap shared states, create futures, and set values, as well as overload operators."],["The set_value() function of the promise class can throw exceptions, such as `std::future_error` if the state is already satisfied, or `std::no_state` if there is no shared state."]]],[]]