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-01-23 18:12:12 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
feature/executor_at_thred_entry
Add File
New File
Upload File
Apply Patch
thread
/
test
/
sync
/
futures
History
Vicente J. Botet Escriba
1029fa9c59
take in account deferred/ready futures on variadic when_all/when_any.
2014-10-12 15:47:16 +02:00
..
async
Added more async deferred tests.
2014-08-31 18:16:14 +02:00
future
Added deferred then tests.
2014-10-11 07:33:57 +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
added missing file.
2014-10-05 09:06:52 +02:00
when_all
take in account deferred/ready futures on variadic when_all/when_any.
2014-10-12 15:47:16 +02:00
when_any
take in account deferred/ready futures on variadic when_all/when_any.
2014-10-12 15:47:16 +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