{"id":13288511,"url":"https://github.com/p5-vbnekit/async_primitives.prototypes","last_synced_at":"2025-10-30T20:42:50.309Z","repository":{"id":214070785,"uuid":"735619967","full_name":"p5-vbnekit/async_primitives.prototypes","owner":"p5-vbnekit","description":"C++17 asynchronous primitives prototype library","archived":false,"fork":false,"pushed_at":"2024-01-01T18:16:21.000Z","size":25,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T09:48:32.082Z","etag":null,"topics":["async","async-architecture","async-await","async-functions","async-programming","asyncapi","asynchronous","asynchronous-tasks","asynctask","cpp","cpp17","cpp17-library"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/p5-vbnekit.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":"2023-12-25T15:15:50.000Z","updated_at":"2024-01-11T16:53:18.000Z","dependencies_parsed_at":"2024-07-29T16:59:33.283Z","dependency_job_id":"c8bb6dc6-15a0-4565-8fb0-091937d6977b","html_url":"https://github.com/p5-vbnekit/async_primitives.prototypes","commit_stats":null,"previous_names":["p5-vbnekit/prototypes.async_primitives","p5-vbnekit/async_primitives.prototypes"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p5-vbnekit%2Fasync_primitives.prototypes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p5-vbnekit%2Fasync_primitives.prototypes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p5-vbnekit%2Fasync_primitives.prototypes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p5-vbnekit%2Fasync_primitives.prototypes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/p5-vbnekit","download_url":"https://codeload.github.com/p5-vbnekit/async_primitives.prototypes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243606959,"owners_count":20318314,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","async-architecture","async-await","async-functions","async-programming","asyncapi","asynchronous","asynchronous-tasks","asynctask","cpp","cpp17","cpp17-library"],"created_at":"2024-07-29T16:56:55.416Z","updated_at":"2025-10-30T20:42:45.264Z","avatar_url":"https://github.com/p5-vbnekit.png","language":"C++","readme":"# p5-async_primitives\n`C++ 17` library with asynchronous primitives (prototype state).\n\n## Hello, world\n```cpp\n::ap::event::Dispatcher\u003c::std::string_view\u003e dispatcher_;\n\ndispatcher_.subscribe([\u0026] (auto const \u0026event) {\n    application_.log \u003c\u003c event;\n});\n\napplication_.on_ready([dispatcher_ = ::std::move(dispatcher_)] {\n    dispatcher_.dispatch(\"Hello, world!\");\n});\n```\n\n## Basic primitives\n1. **Event dispatcher** \u0026 **Event source**: \\\n   yet another `signal/slot` implementation \\\n   with **Shared Subscripton** (\"weak\"|\"strong\") entity as `Connection`\n3. **Promise** \u0026 **Future**: not implemented yet\n4. **Coroutines adapters**: not implemented yet\n\n## Examples\nCheck out [examples directory](./examples).\n\n## $${\\color{red}WARNING}$$\nThis is unstable prototype and any things (commit history, api, abi, etc) may be changed.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp5-vbnekit%2Fasync_primitives.prototypes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fp5-vbnekit%2Fasync_primitives.prototypes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp5-vbnekit%2Fasync_primitives.prototypes/lists"}