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 viboes, 9 years ago

Type: BugsFeature Requests

comment:2 by viboes, 9 years ago

Milestone: To Be DeterminedBoost 1.55.0
Owner: changed from Anthony Williams to viboes
Status: newassigned

comment:3 by viboes, 9 years ago

Committed revision [84719].

comment:4 by viboes, 9 years ago

Resolution: fixed
Status: assignedclosed

Changeset [85200]

Note: See TracTickets for help on using tickets.