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

Last commit made on 2014-11-06
Get this branch:
git clone -b feature/task_region https://git.launchpad.net/~roguescholar/boost/+git/thread

Branch merges

Branch information

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

Recent commits

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

Merge branch 'develop' into feature/task_region

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

Merge branch 'develop' into feature/promise_set_value_emplace

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

More renamming and added some comments on scheduler.hpp.

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

Moved test_scheduler_p to a explicit test_suite.

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

Added scheduler at/after/on executor factory helper functions.

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

Add missing include file.

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

Ensure that the numbers of pools is at least 1.

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

Minor renamming.

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

Avoid locking while doing callback.

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

Don't try-catch on try_executing_one_task.