Subject: Re: [Boost-bugs] [Boost C++ Libraries] #10964: future<future<T>>::unwrap().then() Deadlocks
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-01-31 10:12:14
#10964: future<future<T>>::unwrap().then() Deadlocks
---------------------------+----------------------
Reporter: code@⦠| Owner: viboes
Type: Bugs | Status: assigned
Milestone: Boost 1.58.0 | Component: thread
Version: Boost 1.57.0 | Severity: Problem
Resolution: | Keywords:
---------------------------+----------------------
Comment (by viboes):
The following doesn't work after the patch
{{{
boost::async(f).then(
TestCallback()).unwrap().then(TestCallback()).get();
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/10964#comment:3> 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:17 UTC