mirror of
https://gitlab.com/niansa/libcrosscoro.git
synced 2025-03-06 20:53:32 +01:00
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 |
||
---|---|---|
.. | ||
bench.cpp | ||
catch.hpp | ||
CMakeLists.txt | ||
main.cpp | ||
test_event.cpp | ||
test_generator.cpp | ||
test_latch.cpp | ||
test_scheduler.cpp | ||
test_sync_wait.cpp | ||
test_task.cpp | ||
test_thread_pool.cpp | ||
test_when_all.cpp |