cppcoro/test
Lewis Baker 67fea7fe53 Add when_all() and when_all_ready().
Add 'get_starter()' methods to all task types.
Add detail::unwrap_reference_t helper.
Add detail::when_all_awaitable helper.
2017-08-02 08:32:10 +09:30
..
doctest Fixes to compile cleanly under MSVC warning-level 4 and /analyze. 2017-07-06 22:30:05 +09:30
async_auto_reset_event_tests.cpp Add async_auto_reset_event. 2017-07-21 23:04:56 +09:30
async_generator_tests.cpp Add fmap() support to async_generator<T>. 2017-07-11 08:38:09 +09:30
async_manual_reset_event_tests.cpp Add async_manual_reset_event. 2017-07-25 07:10:50 +09:30
async_mutex_tests.cpp Make interface of async_mutex more explicit. 2017-07-06 22:06:48 +09:30
build.cake Add when_all() and when_all_ready(). 2017-08-02 08:32:10 +09:30
cancellation_token_tests.cpp Update to use doctest 1.2.1 2017-05-30 14:09:43 +09:30
counted.cpp Change tests to use doctest testing framework. 2017-05-22 06:34:19 +09:30
counted.hpp Change tests to use doctest testing framework. 2017-05-22 06:34:19 +09:30
file_tests.cpp Remove io_context and just use io_service& directly. 2017-06-25 22:03:46 +09:30
generator_tests.cpp Fixes to compile cleanly under MSVC warning-level 4 and /analyze. 2017-07-06 22:30:05 +09:30
io_service_tests.cpp Fix bug in io_service::schedule_after() cancellation. 2017-07-03 20:35:57 +09:30
lazy_task_tests.cpp Add fmap() and implement transform for task<T> and lazy_task<T>. 2017-07-11 08:35:46 +09:30
main.cpp Change tests to use doctest testing framework. 2017-05-22 06:34:19 +09:30
recursive_generator_tests.cpp Fixes to compile cleanly under MSVC warning-level 4 and /analyze. 2017-07-06 22:30:05 +09:30
shared_lazy_task_tests.cpp Add missing #include <string> in shared_lazy_task_tests.cpp 2017-07-17 08:50:17 +09:30
shared_task_tests.cpp Change tests to use doctest testing framework. 2017-05-22 06:34:19 +09:30
task_tests.cpp Add fmap() and implement transform for task<T> and lazy_task<T>. 2017-07-11 08:35:46 +09:30
when_all_ready_tests.cpp Add when_all() and when_all_ready(). 2017-08-02 08:32:10 +09:30
when_all_tests.cpp Add when_all() and when_all_ready(). 2017-08-02 08:32:10 +09:30