{"id":20177408,"url":"https://github.com/kolsha/wait_all","last_synced_at":"2026-05-30T20:31:33.229Z","repository":{"id":176273734,"uuid":"557322970","full_name":"Kolsha/wait_all","owner":"Kolsha","description":"waits for all handlers to complete","archived":false,"fork":false,"pushed_at":"2022-10-30T10:41:55.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T05:26:50.423Z","etag":null,"topics":["asio","async","boost","boost-libraries","coroutines"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kolsha.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-25T13:34:06.000Z","updated_at":"2022-10-30T10:44:22.000Z","dependencies_parsed_at":"2024-01-23T10:16:14.739Z","dependency_job_id":null,"html_url":"https://github.com/Kolsha/wait_all","commit_stats":null,"previous_names":["kolsha/wait_all"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Kolsha/wait_all","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kolsha%2Fwait_all","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kolsha%2Fwait_all/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kolsha%2Fwait_all/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kolsha%2Fwait_all/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kolsha","download_url":"https://codeload.github.com/Kolsha/wait_all/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kolsha%2Fwait_all/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33709269,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asio","async","boost","boost-libraries","coroutines"],"created_at":"2024-11-14T02:15:42.792Z","updated_at":"2026-05-30T20:31:33.212Z","avatar_url":"https://github.com/Kolsha.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wait_all\n\nThis is C++20 library for `boost::asio` which waits for all `coroutines/awaitables/handlers` to complete.\n\n\n### Motivating Example #0\n```cpp\n#include \"wait_all/wait_all.hpp\"\n\nResponse handleRequest(const Context\u0026 ctx, boost::asio::yield_context yield) {\n\n    struct Responses {\n        ServiceResponse1 s1;\n        ServiceResponse2 s2;\n        // ..\n        ServiceResponseN sN;\n    };\n\n    const auto responses = wait_all::waitAll\u003cResponses\u003e(\n        ctx.io, yield,\n        makreRequestService1,\n        makreRequestService2,\n        // ...\n        makreRequestServiceN,\n    );\n\n    // compose and return Response based on responses from N services\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkolsha%2Fwait_all","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkolsha%2Fwait_all","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkolsha%2Fwait_all/lists"}