Opened 10 years ago
Closed 10 years ago
#7280 closed Feature Requests (fixed)
C++11 compliance: Add promise::...at_thread_exit functions
Reported by: | viboes | Owned by: | viboes |
---|---|---|---|
Milestone: | Boost 1.53.0 | Component: | thread |
Version: | Boost 1.51.0 | Severity: | Problem |
Keywords: | Cc: | viboes |
Description
Add the functions
// setting the result with deferred notification void set_value_at_thread_exit(const R& r); void set_value_at_thread_exit(see below); void set_exception_at_thread_exit(exception_ptr p);
following the c++11 semantics.
Change History (6)
comment:1 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 10 years ago
Cc: | added |
---|---|
Milestone: | To Be Determined |
comment:4 by , 10 years ago
Milestone: | → Boost 1.53.0 |
---|
comment:6 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Committed in trunk revision [81172].