Skip to content

Commit

Permalink
coro: add when_all_ready coroutine
Browse files Browse the repository at this point in the history
  • Loading branch information
xlauko committed Feb 27, 2024
1 parent 0f222bf commit 04bd7f3
Show file tree
Hide file tree
Showing 2 changed files with 503 additions and 0 deletions.
1 change: 1 addition & 0 deletions coro/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ add_headers(coro GAP_CORO_HEADERS
single_consumer_event.hpp
sync_wait.hpp
task.hpp
when_all_ready.hpp
)

add_gap_library(gap-coro "${GAP_CORO_HEADERS}")
Expand Down
Loading

0 comments on commit 04bd7f3

Please sign in to comment.