{"id":20077195,"url":"https://github.com/boostorg/coroutine2","last_synced_at":"2025-04-04T16:13:01.078Z","repository":{"id":26254797,"uuid":"29701957","full_name":"boostorg/coroutine2","owner":"boostorg","description":"Boost.Coroutine2","archived":false,"fork":false,"pushed_at":"2025-03-15T16:57:48.000Z","size":347,"stargazers_count":130,"open_issues_count":3,"forks_count":41,"subscribers_count":13,"default_branch":"develop","last_synced_at":"2025-03-28T15:05:27.969Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boostorg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2015-01-22T21:46:29.000Z","updated_at":"2025-03-09T01:53:49.000Z","dependencies_parsed_at":"2024-01-02T09:31:02.547Z","dependency_job_id":"d5000d23-92df-43ac-93f3-30e68dfa9b48","html_url":"https://github.com/boostorg/coroutine2","commit_stats":{"total_commits":170,"total_committers":15,"mean_commits":"11.333333333333334","dds":0.4647058823529412,"last_synced_commit":"dbbf042e0a9081b4119d491b788ae0fe7c03192a"},"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boostorg%2Fcoroutine2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boostorg%2Fcoroutine2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boostorg%2Fcoroutine2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boostorg%2Fcoroutine2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boostorg","download_url":"https://codeload.github.com/boostorg/coroutine2/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247208139,"owners_count":20901570,"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":[],"created_at":"2024-11-13T15:06:28.797Z","updated_at":"2025-04-04T16:13:01.059Z","avatar_url":"https://github.com/boostorg.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"boost.coroutine2\n===============\n\nboost.coroutine2 provides templates for generalized subroutines which allow multiple entry points for\nsuspending and resuming execution at certain locations. It preserves the local state of execution and \nallows re-entering subroutines more than once (useful if state must be kept across function calls).\n\nCoroutines can be viewed as a language-level construct providing a special kind of control flow.\n\nIn contrast to threads, which are pre-emptive, coroutines switches are cooperative (programmer controls \nwhen a switch will happen). The kernel is not involved in the coroutine switches.\n\nboost.coroutine2 requires C++11!\nNote that boost.coroutine2 is the successor of the deprectated boost.coroutine.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboostorg%2Fcoroutine2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboostorg%2Fcoroutine2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboostorg%2Fcoroutine2/lists"}