~roguescholar/boost/+git/thread:fix/blocking_future

Last commit made on 2015-02-20
Get this branch:
git clone -b fix/blocking_future https://git.launchpad.net/~roguescholar/boost/+git/thread

Branch merges

Branch information

Name:
fix/blocking_future
Repository:
lp:~roguescholar/boost/+git/thread

Recent commits

ec770ee... by "Vicente J. Botet Escriba" <email address hidden>

fix forwarding reference_wrapper in make_ready_future.

b9ab307... by "Vicente J. Botet Escriba" <email address hidden>

rollback nullary_function<void()const> specialization.

1ae96b3... by "Vicente J. Botet Escriba" <email address hidden>

Merge branch 'develop' into fix/blocking_future

889c178... by "Vicente J. Botet Escriba" <email address hidden>

fix issues with fallback_to. The route cause was that the original future was locked after destruction. This was more evident when the future was already ready when future::then was called.

7ba9591... by "Vicente J. Botet Escriba" <email address hidden>

first trial towards a work=nullary_function<void() const>.

b07f18f... by "Vicente J. Botet Escriba" <email address hidden>

remove include/boost/thread/detail/work.hpp.

7b1b1b5... by "Vicente J. Botet Escriba" <email address hidden>

fix include guard on serial_executor_cont.hpp.

63fb28c... by "Vicente J. Botet Escriba" <email address hidden>

Merge branch 'develop' into fix/blocking_future

67e18ff... by "Vicente J. Botet Escriba" <email address hidden>

Merge branch 'feature/serial_executor_continuation' into develop

e715d74... by "Vicente J. Botet Escriba" <email address hidden>

use a different name for serial_executor continuation as it add more constraints.