Definition at line 155 of file future.hpp.
◆ Promise()
Creates a new asynchronous signal store.
Definition at line 277 of file future.hpp.
◆ ~Promise()
◆ get_future()
Retrieves the Future associated with this signal store.
- Exceptions
-
std::future_error | if the Future has already been retrieved. |
Definition at line 298 of file future.hpp.
◆ set_exception()
Stores an exception to be thrown on retrieval.
- Exceptions
-
std::future_error | if a signal or an exception has already been set. |
Definition at line 302 of file future.hpp.
◆ set_value()
Stores a signal for retrieval.
- Exceptions
-
std::future_error | if a signal or an exception has already been set. |
Definition at line 300 of file future.hpp.
The documentation for this class was generated from the following file: