[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003eThe documentation covers various versions of \u003ccode\u003epromise\u003c/code\u003e from version 2.10.1 up to the latest release candidate 2.37.0-rc, including all versions in between.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003epromise\u003c/code\u003e class is based on the ISO/IEC TS 19571:2016 standard, and it manages a shared state that can be either satisfied or unsatisfied.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple constructors available for creating a \u003ccode\u003epromise\u003c/code\u003e object, including ones that allow for a cancellation callback, or that result in no shared state, and also move and copy constructors.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003epromise\u003c/code\u003e object offers functions for swapping shared states (\u003ccode\u003eswap\u003c/code\u003e), creating a future (\u003ccode\u003eget_future\u003c/code\u003e), and satisfying the shared state with a value (\u003ccode\u003eset_value\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eset_value\u003c/code\u003e function can throw \u003ccode\u003estd::future_error\u003c/code\u003e exceptions if the shared state is already satisfied, or if there is no shared state in the promise.\u003c/p\u003e\n"]]],[],null,[]]