{"id":18593997,"url":"https://github.com/prophetru/bulkcmdasync","last_synced_at":"2026-07-09T17:31:12.201Z","repository":{"id":232997127,"uuid":"785731928","full_name":"ProphetRu/BulkCmdAsync","owner":"ProphetRu","description":"Educational project","archived":false,"fork":false,"pushed_at":"2024-04-12T14:50:14.000Z","size":260,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-26T01:18:08.383Z","etag":null,"topics":["async","cmake","conditional","cpp","doxygen","gtest","lib","mutex","otus","queue","variables"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ProphetRu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-04-12T14:00:47.000Z","updated_at":"2024-05-13T08:55:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"61501656-0601-4bac-8c2e-b5fb292a1f4a","html_url":"https://github.com/ProphetRu/BulkCmdAsync","commit_stats":null,"previous_names":["prophetru/bulkcmdasync"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ProphetRu/BulkCmdAsync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProphetRu%2FBulkCmdAsync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProphetRu%2FBulkCmdAsync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProphetRu%2FBulkCmdAsync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProphetRu%2FBulkCmdAsync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProphetRu","download_url":"https://codeload.github.com/ProphetRu/BulkCmdAsync/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProphetRu%2FBulkCmdAsync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35308362,"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-07-09T02:00:07.329Z","response_time":57,"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":["async","cmake","conditional","cpp","doxygen","gtest","lib","mutex","otus","queue","variables"],"created_at":"2024-11-07T01:14:16.411Z","updated_at":"2026-07-09T17:31:12.184Z","avatar_url":"https://github.com/ProphetRu.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BulkCmd Async\nEducational project with [googletest](https://github.com/google/googletest) and [doxygen](https://github.com/doxygen/doxygen)\n\n## Build local Linux\n```shell\nsudo apt-get update \u0026\u0026 sudo apt-get install cmake libgtest-dev -y\n\ncd BulkCmdAsync\nmkdir build \u0026\u0026 cd build\n\ncmake ..\n\n# build release\ncmake --build . --config Release\n\n# build deb-package\ncmake --build . --target package\n```\n\n## Build local Windows\n```shell\nvcpkg install gtest\nvcpkg integrate install\n\ncd BulkCmdAsync\nmkdir build \u0026\u0026 cd build\n\ncmake .. -DCMAKE_TOOLCHAIN_FILE=\"path/to/vcpkg/scripts/buildsystems/vcpkg.cmake\"\n\n# build release\ncmake --build . --config Release\n```\n\n## Usage\n```cpp\n#include \"async.h\"\n\nint main()\n{\n    std::size_t bulk = 5;\n\n    auto h = async::connect(bulk);\n    auto h2 = async::connect(bulk);\n\n    async::receive(h, \"1\", 1);\n    async::receive(h2, \"1\\n\", 2);\n    async::receive(h, \"\\n2\\n3\\n4\\n5\\n6\\n{\\na\\n\", 15);\n    async::receive(h, \"b\\nc\\nd\\n}\\n89\\n\", 11);\n\n    async::disconnect(h);\n    async::disconnect(h2);\n    \n    return 0;\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprophetru%2Fbulkcmdasync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprophetru%2Fbulkcmdasync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprophetru%2Fbulkcmdasync/lists"}