1
0
Fork 0
mirror of https://gitlab.com/niansa/libcrosscoro.git synced 2025-03-06 20:53:32 +01:00
libcrosscoro/test
Josh Baldwin c548433dd9
Correctly implement sync_wait and when_all_awaitable (#8)
See issue for more details, in general attempting to
implement a coro::thread_pool exposed that the coro::sync_wait
and coro::when_all only worked if the coroutines executed on
that same thread.  They should now possibly have the ability
to execute on another thread, to be determined in a later issue.

Fixes #7
2020-10-25 20:54:19 -06:00
..
bench.cpp Correctly implement sync_wait and when_all_awaitable (#8) 2020-10-25 20:54:19 -06:00
catch.hpp task and async_manual_reset_event 2020-09-07 18:21:40 -06:00
CMakeLists.txt Correctly implement sync_wait and when_all_awaitable (#8) 2020-10-25 20:54:19 -06:00
main.cpp task and async_manual_reset_event 2020-09-07 18:21:40 -06:00
test_event.cpp Issue 5/clang format (#6) 2020-10-14 08:53:00 -06:00
test_generator.cpp Issue 5/clang format (#6) 2020-10-14 08:53:00 -06:00
test_latch.cpp Issue 5/clang format (#6) 2020-10-14 08:53:00 -06:00
test_scheduler.cpp Issue 5/clang format (#6) 2020-10-14 08:53:00 -06:00
test_sync_wait.cpp Correctly implement sync_wait and when_all_awaitable (#8) 2020-10-25 20:54:19 -06:00
test_task.cpp Issue 5/clang format (#6) 2020-10-14 08:53:00 -06:00
test_thread_pool.cpp Correctly implement sync_wait and when_all_awaitable (#8) 2020-10-25 20:54:19 -06:00
test_when_all.cpp Correctly implement sync_wait and when_all_awaitable (#8) 2020-10-25 20:54:19 -06:00