{"id":20829469,"url":"https://github.com/corvusoft/runloop","last_synced_at":"2025-04-10T04:50:33.785Z","repository":{"id":97243928,"uuid":"90426366","full_name":"Corvusoft/runloop","owner":"Corvusoft","description":"Event processing loop for scheduling and coordinating asynchronous work; fire and forget.","archived":false,"fork":false,"pushed_at":"2018-04-26T11:15:08.000Z","size":100,"stargazers_count":6,"open_issues_count":5,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-24T06:03:32.758Z","etag":null,"topics":["async-programming","asynchronous","asyncio","runloop","thread-pool"],"latest_commit_sha":null,"homepage":"http://www.corvusoft.co.uk","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Corvusoft.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-06T00:20:58.000Z","updated_at":"2024-12-23T23:28:17.000Z","dependencies_parsed_at":"2023-03-13T16:18:22.940Z","dependency_job_id":null,"html_url":"https://github.com/Corvusoft/runloop","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/Corvusoft%2Frunloop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Corvusoft%2Frunloop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Corvusoft%2Frunloop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Corvusoft%2Frunloop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Corvusoft","download_url":"https://codeload.github.com/Corvusoft/runloop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248161244,"owners_count":21057552,"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-programming","asynchronous","asyncio","runloop","thread-pool"],"created_at":"2024-11-17T23:20:28.720Z","updated_at":"2025-04-10T04:50:33.777Z","avatar_url":"https://github.com/Corvusoft.png","language":"C++","readme":"Runloop [![Unix Build Status](https://travis-ci.org/Corvusoft/runloop.svg?branch=master)](https://travis-ci.org/Corvusoft/runloop)\n[![Windows Build status](https://ci.appveyor.com/api/projects/status/qy9fktman5l3btyk?svg=true)](https://ci.appveyor.com/project/Corvusoft/runloop)\n=============================================================================================================================\n\nExample\n-------\n\n```C++\n#include \u003cmemory\u003e\n#include \u003ccstdlib\u003e\n#include \u003ccorvusoft/core/run_loop.hpp\u003e\n\nusing namespace std;\nusing corvusoft::core::RunLoop;\n\nint main( const int, const char** )\n{\n    int count = 0;\n    const auto counter = [ \u0026count ]( void ) { count++; return error_code( ); };\n            \n    auto runloop = make_shared\u003c RunLoop \u003e( );\n    runloop-\u003elaunch( counter );\n    runloop-\u003elaunch( counter );\n    runloop-\u003elaunch( counter );\n\n    runloop-\u003estart( );\n    runloop-\u003ewait( );\n    runloop-\u003estop( );\n\n    return EXIT_SUCCESS;\n}\n```\n\nLicense\n-------\n\n\u0026copy; 2013-2018 Corvusoft Limited, United Kingdom. All rights reserved.\n\nThe Runloop framework is dual licensed; See [LICENSE](LICENSE) for full details.\n\nSupport\n-------\n\nPlease contact sales@corvusoft.co.uk, for support and licensing options including bespoke software development, testing, design consultation, training, mentoring and code review.\n\nBuild\n-----\n\n*Unix*\n```bash\ngit clone --recursive https://github.com/corvusoft/runloop.git\nmkdir runloop/build\ncd runloop/build\ncmake ..\nmake [-j CPU_CORES+1] install\nmake test\n```\n\n*Windows*\n```bash\ngit clone --recursive https://github.com/corvusoft/runloop.git\nmkdir runloop/build\ncd runloop/build\ncmake -G \"Visual Studio 15 2017\" ..\ncmake --build . --target ALL_BUILD --config Release\nctest\n```\n\nYou will now find all required components installed in the distribution folder.\n\nPlease submit all enhancements, proposals, and defects via the [issue](http://github.com/corvusoft/runloop/issues) tracker.\n\nDocumentation\n-------------\n\nThis codebase is intended to be as self documenting as possible. We have supplied many [test cases](https://github.com/corvusoft/runloop/tree/master/test) to help aid developers.\n\nYou can locate the latest API documentation [here](https://github.com/Corvusoft/runloop/tree/master/documentation).\n\nMinimum Requirements\n--------------------\n\n| Resource | Requirement                                     |\n|:--------:|:-----------------------------------------------:|\n| Compiler |            C++14 compliant or above             |\n|    OS    |          BSD, Linux, Mac OSX, Windows           |\n\nContact\n-------\n\n| Method                                      | Description                                 |\n|:--------------------------------------------|:--------------------------------------------|\n| [Twitter](http://www.twitter.com/corvusoft) | Tweet us your questions \u0026 feature requests. |\n| support@corvusoft.co.uk                     | Support related queries.                    |\n| sales@corvusoft.co.uk                       | Sale related queries.                       |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorvusoft%2Frunloop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorvusoft%2Frunloop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorvusoft%2Frunloop/lists"}