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

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

Branch merges

Branch information

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

Recent commits

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

Fixed issue with basic_thread_pool scoped threads.

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

Add assertion on future continuation parameter is ready. As noted in #11256, there some serious issues with the parameter passed and with lock on locked mutextes :(.

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

fix make_exceptional issue.

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

Try to see if share_from_this helps on the thread sanitize data race.

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

Avoid data race in std::cout.

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

cleanup commented code.

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

fix memory leack in test.

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

ref #11174 - boost::condition_variable::timed_wait with predicate unexpectedly wakes up while should wait infinite.

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

ref #11174 - boost::condition_variable::timed_wait with predicate unexpectedly wakes up while should wait infinite.

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

rollback ref #11174 - boost::condition_variable::timed_wait with predicate unexpectedly wakes up while should wait infinite.