[Boost-bugs] [Boost C++ Libraries] #7280: C++11 compliance: Add promise::...at_thread_exit functions

Subject: [Boost-bugs] [Boost C++ Libraries] #7280: C++11 compliance: Add promise::...at_thread_exit functions
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-08-25 11:38:05


#7280: C++11 compliance: Add promise::...at_thread_exit functions
------------------------------+---------------------------------------------
 Reporter: viboes | Owner: anthonyw
     Type: Feature Requests | Status: new
Milestone: To Be Determined | Component: thread
  Version: Boost 1.51.0 | Severity: Problem
 Keywords: |
------------------------------+---------------------------------------------
 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.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7280>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:10 UTC