~roguescholar/boost/+git/thread:feature/non_blocking_futures

Last commit made on 2015-10-17
Get this branch:
git clone -b feature/non_blocking_futures https://git.launchpad.net/~roguescholar/boost/+git/thread

Branch merges

Branch information

Name:
feature/non_blocking_futures
Repository:
lp:~roguescholar/boost/+git/thread

Recent commits

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

Remove counting when async future blocking.

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

merge from develop.

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

then can be now sync. The destructor of a shared state that joins check for thread_ifbefore join. Adde continuation_shared_state to share common behavior.

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

Addoverloadsfor shared.

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

comment serial conttest.

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

refactor ::then(f) in function of ::then(launch_policy, f).

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

fix some missing decay. Cleanup adding init.

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

Merge pull request #71 from jhunold/executors_fix

Fix executor forward

6ed577f... by =?utf-8?q?J=C3=BCrgen_Hunold?= <email address hidden>

Fix executor forward

correct namespace and type

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

Merge from develop.