[[["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 latest version available is 2.37.0-rc, with numerous prior versions dating back to 2.10.1 also accessible for reference."],["The `promise` class offers multiple constructors to create promises, including those with and without a shared state, such as `promise()`, `promise(std::function\u003cvoid()\u003e)`, and `promise(null_promise_t)`."],["`promise` objects can transfer their shared state to new objects using move semantics, as shown by the `promise(promise &&)` constructor and `operator=(promise &&)`."],["The `get_future()` function creates a `future\u003cvoid\u003e` object linked to the same shared state as the current `promise`."],["The `set_value()` method is used to satisfy the shared state of a promise, and will throw a `std::future_error` if it has already been satisfied or if the promise does not have a shared state."]]],[]]