1
0
Fork 0
mirror of https://gitlab.com/niansa/libcrosscoro.git synced 2025-03-06 20:53:32 +01:00
libcrosscoro/inc/coro
Josh Baldwin 2fb6624c48
thread_pool allow functors to be executed standalone (#12)
* thread_pool allow functors to be executed standalone

Closes #11

* Fix wakup issue for executors (whoops deleted a !)
2020-10-27 21:42:59 -06:00
..
detail Correctly implement sync_wait and when_all_awaitable (#8) 2020-10-25 20:54:19 -06:00
awaitable.hpp thread_pool allow functors to be executed standalone (#12) 2020-10-27 21:42:59 -06:00
coro.hpp Correctly implement sync_wait and when_all_awaitable (#8) 2020-10-25 20:54:19 -06:00
event.hpp Issue 5/clang format (#6) 2020-10-14 08:53:00 -06:00
generator.hpp Issue 5/clang format (#6) 2020-10-14 08:53:00 -06:00
latch.hpp Issue 5/clang format (#6) 2020-10-14 08:53:00 -06:00
promise.hpp Add coro::thread_pool (#10) 2020-10-26 11:51:24 -06:00
scheduler.hpp Correctly implement sync_wait and when_all_awaitable (#8) 2020-10-25 20:54:19 -06:00
shutdown.hpp Correctly implement sync_wait and when_all_awaitable (#8) 2020-10-25 20:54:19 -06:00
sync_wait.hpp thread_pool allow functors to be executed standalone (#12) 2020-10-27 21:42:59 -06:00
task.hpp thread_pool allow functors to be executed standalone (#12) 2020-10-27 21:42:59 -06:00
thread_pool.hpp thread_pool allow functors to be executed standalone (#12) 2020-10-27 21:42:59 -06:00
when_all.hpp Add coro::thread_pool (#10) 2020-10-26 11:51:24 -06:00