Opened 9 years ago
Closed 9 years ago
#8677 closed Feature Requests (fixed)
Async: Add future<>::get_or
Reported by: | viboes | Owned by: | viboes |
---|---|---|---|
Milestone: | Boost 1.55.0 | Component: | thread |
Version: | Boost 1.54.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Quite often the user as a fall back value that should be used when the future has an exception.
For non void futures a get_or function similar to the one of std::optional could be useful
R get_or(R&& v);
Change History (4)
comment:1 by , 9 years ago
Type: | Bugs → Feature Requests |
---|
comment:2 by , 9 years ago
Milestone: | To Be Determined → Boost 1.55.0 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:3 by , 9 years ago
Note:
See TracTickets
for help on using tickets.
Committed revision [84719].