This website requires JavaScript.
Explore
Help
Sign In
boost
/
thread
Watch
2
Star
0
Fork
0
You've already forked thread
mirror of
https://github.com/boostorg/thread.git
synced
2026-02-02 09:22:10 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
dc4b619b57ee2dfa50ee7e590f05cfec555955a7
thread
/
test
/
sync
/
futures
History
Vicente J. Botet Escriba
8c5ba97d39
Don't use lambdas on test if not available.
2014-09-21 18:59:08 +02:00
..
async
Added more async deferred tests.
2014-08-31 18:16:14 +02:00
future
remove BOOST_THREAD_USES_LOG.
2014-09-01 19:59:30 +02:00
packaged_task
Make use of BOOST_THREAD_COPYABLE_AND_MOVABLE and BOOST_THREAD_COPY_ASSIGN_REF when appropriated.
2014-08-24 18:16:28 +02:00
promise
replace unique_ptr<T> by optional<T> on shared_state when rvalue references are supported by the compiler, as optional<T> doesn't use Boost.Move.
2014-09-14 21:12:44 +02:00
shared_future
remove BOOST_THREAD_USES_LOG.
2014-09-01 19:59:30 +02:00
when_all
Don't use lambdas on test if not available.
2014-09-21 18:59:08 +02:00
when_any
Don't use lambdas on test if not available.
2014-09-21 18:59:08 +02:00
test_allocator.hpp
Thread: Make use of the new macros to reduce the code duplication-III
2012-04-12 22:59:23 +00:00