[[["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."],[[["The document details various versions of the `promise` class, with version 2.37.0-rc being the latest and 2.12.0 the lowest."],["The `promise` class implements the `promise\u003cT\u003e` as defined in ISO/IEC TS 19571:2016, providing functionality for managing shared states."],["The `promise` class has multiple constructors, including ones for creating a promise with or without a shared state, as well as moving and copying promises."],["Operators for assignment are available, to abandon the shared state in `*this` or transfer the shared state from `rhs`."],["The `promise` class offers functions like `swap`, `get_future`, and `set_value` to manage the shared state, retrieve a future, and satisfy the shared state, respectively."]]],[]]