{"id":21917261,"url":"https://github.com/condy0919/bipolar","last_synced_at":"2025-04-19T07:35:43.962Z","repository":{"id":71860154,"uuid":"202098890","full_name":"condy0919/bipolar","owner":"condy0919","description":"A nano concurrency library","archived":false,"fork":false,"pushed_at":"2020-05-28T06:58:47.000Z","size":374,"stargazers_count":24,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-29T06:51:36.498Z","etag":null,"topics":["async","concurrency","cpp","cpp17","future","iouring","linux","modern-cpp","promise"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/condy0919.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":"2019-08-13T08:25:56.000Z","updated_at":"2024-02-11T08:53:22.000Z","dependencies_parsed_at":"2023-06-13T05:45:32.601Z","dependency_job_id":null,"html_url":"https://github.com/condy0919/bipolar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/condy0919%2Fbipolar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/condy0919%2Fbipolar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/condy0919%2Fbipolar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/condy0919%2Fbipolar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/condy0919","download_url":"https://codeload.github.com/condy0919/bipolar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249638251,"owners_count":21304305,"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","concurrency","cpp","cpp17","future","iouring","linux","modern-cpp","promise"],"created_at":"2024-11-28T19:29:14.279Z","updated_at":"2025-04-19T07:35:43.957Z","avatar_url":"https://github.com/condy0919.png","language":"C++","readme":"[![Build Status][circle-badge]][circle-link]\n[![Build Status][github-ci-badge]][github-link]\n[![Codacy Badge][codacy-badge]][codacy-link]\n[![Codecov Badge][codecov-badge]][codecov-link]\n[![MIT License][license-badge]](LICENSE)\n[![Language][language-badge]][language-link]\n\n# bipolar\n\n`bipolar` is a nano library aimed at concurrency programming.\n\n## Basic\n\n- [core](bipolar/core/README.md)\n- [io](bipolar/io/README.md)\n- [sync](bipolar/sync/README.md)\n- [futures](bipolar/futures/README.md)\n- [net](bipolar/net/README.md)\n\n## How to start\n\n`bipolar` writes in C++17, a latest version of gcc/clang is recommended.\n\n[bazel](https://github.com/bazelbuild/bazel/) is required to build and run tests/benchmarks/examples.\n\n### Build\n\n```\nbazel build //...\n```\n\n### Test and benchmark\n\nActually tests and benchmarks are all `cc_test` except a `benchmark` tag.\n\nAll:\n\n```\nbazel test //...\n```\n\nOnly tests:\n\n```\nbazel test //... --test_tag_filters=-benchmark,-example\n```\n\nOnly benchmarks:\n\n```\nbazel test //... --test_tag_filters=benchmark\n```\n\nOnly examples:\n\n```\nbazel test //... --test_tag_filters=example\n```\n\n### Coverage\n\n```\nbazel test //... --config=kcov\n```\n\ngenerates code coverage reports by [kcov][kcov-link].\n\nChecks `bazel-kcov` directory for code coverage.\n\n## FAQ\n\n## Contributing\n\nInterested in getting involved? We would love to help you! For simple\nbug fixes, just submit a PR with the fix and we can discuss the fix\ndirectly in the PR. If the fix is more complex, start with an issue.\n\n[circle-badge]: https://circleci.com/gh/condy0919/bipolar.svg?style=shield\n[circle-link]: https://circleci.com/gh/condy0919/bipolar\n[github-ci-badge]: https://github.com/condy0919/bipolar/workflows/BIPOLAR%20CI/badge.svg\n[github-link]: https://github.com/condy0919/bipolar\n[codacy-badge]: https://api.codacy.com/project/badge/Grade/7c5e88ade2944d7ca1741d2b3e709f4f\n[codacy-link]: https://www.codacy.com/manual/condy0919/bipolar?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=condy0919/bipolar\u0026amp;utm_campaign=Badge_Grade\n[codecov-badge]: https://codecov.io/gh/condy0919/bipolar/branch/master/graph/badge.svg\n[codecov-link]: https://codecov.io/gh/condy0919/bipolar\n[license-badge]: https://img.shields.io/badge/license-MIT-007EC7.svg\n[language-badge]: https://img.shields.io/badge/Language-C%2B%2B17-blue.svg\n[language-link]: https://en.cppreference.com/w/cpp/compiler_support\n[kcov-link]: https://github.com/SimonKagstrom/kcov/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcondy0919%2Fbipolar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcondy0919%2Fbipolar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcondy0919%2Fbipolar/lists"}