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

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

Branch merges

Branch information

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

Recent commits

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.

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

Make submit strong-thread safe.

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

Avoid locking while doing callback.