{"id":44610827,"url":"https://github.com/simonbrunel/qtpromise","last_synced_at":"2026-04-04T14:27:29.992Z","repository":{"id":20917761,"uuid":"91257303","full_name":"simonbrunel/qtpromise","owner":"simonbrunel","description":"Promises/A+ implementation for Qt/C++","archived":false,"fork":false,"pushed_at":"2023-10-17T14:37:37.000Z","size":1008,"stargazers_count":250,"open_issues_count":12,"forks_count":57,"subscribers_count":26,"default_branch":"master","last_synced_at":"2024-04-14T21:54:30.739Z","etag":null,"topics":["asynchronous","concurrent","cpp11","future","promise","qt"],"latest_commit_sha":null,"homepage":"https://qtpromise.netlify.com","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/simonbrunel.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":"2017-05-14T16:41:21.000Z","updated_at":"2024-08-24T07:37:34.315Z","dependencies_parsed_at":"2024-08-24T07:52:51.239Z","dependency_job_id":null,"html_url":"https://github.com/simonbrunel/qtpromise","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/simonbrunel/qtpromise","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonbrunel%2Fqtpromise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonbrunel%2Fqtpromise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonbrunel%2Fqtpromise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonbrunel%2Fqtpromise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonbrunel","download_url":"https://codeload.github.com/simonbrunel/qtpromise/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonbrunel%2Fqtpromise/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31402453,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["asynchronous","concurrent","cpp11","future","promise","qt"],"created_at":"2026-02-14T12:00:22.749Z","updated_at":"2026-04-04T14:27:29.984Z","avatar_url":"https://github.com/simonbrunel.png","language":"C++","funding_links":[],"categories":["C++"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg width=\"256\" src=\"docs/.vuepress/public/hero.svg?sanitize=true\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://www.qpm.io/packages/com.github.simonbrunel.qtpromise/index.html\"\u003e\u003cimg src=\"https://img.shields.io/github/release/simonbrunel/qtpromise.svg?style=flat-square\u0026label=qpm\u0026colorB=4CAF50\u0026maxAge=600\" alt=\"Install\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://travis-ci.com/simonbrunel/qtpromise\"\u003e\u003cimg src=\"https://img.shields.io/travis/simonbrunel/qtpromise/master.svg?style=flat-square\u0026maxAge=600\" alt=\"Builds\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://codecov.io/gh/simonbrunel/qtpromise\"\u003e\u003cimg src=\"https://img.shields.io/codecov/c/github/simonbrunel/qtpromise.svg?style=flat-square\u0026maxAge=600\" alt=\"Coverage\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://marketplace.qt.io/products/qtpromise\"\u003e\u003cimg src=\"https://img.shields.io/static/v1?style=flat-square\u0026label=Qt\u0026message=Marketplace\u0026colorB=40cd52\u0026maxAge=600\" alt=\"Marketplace\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Overview\n\n[Promises/A+](https://promisesaplus.com/) implementation for [Qt/C++](https://www.qt.io/).\n\nRequires [Qt 5.6](https://doc.qt.io/qt-5/) (or later) with [C++11 support enabled](https://wiki.qt.io/How_to_use_C++11_in_your_Qt_Projects) or [Qt 6](https://doc.qt.io/qt-6/).\n\n## Documentation\n\n- [Getting Started](https://qtpromise.netlify.com/qtpromise/getting-started.html)\n- [Qt Concurrent](https://qtpromise.netlify.com/qtpromise/qtconcurrent.html)\n- [Qt Signals](https://qtpromise.netlify.com/qtpromise/qtsignals.html)\n- [Thread-Safety](https://qtpromise.netlify.com/qtpromise/thread-safety.html)\n- [API Reference](https://qtpromise.netlify.com/qtpromise/api-reference.html)\n\n## License\n\nQtPromise is available under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonbrunel%2Fqtpromise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonbrunel%2Fqtpromise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonbrunel%2Fqtpromise/lists"}