{"id":20077190,"url":"https://github.com/boostorg/coroutine","last_synced_at":"2025-04-04T20:14:10.893Z","repository":{"id":6832213,"uuid":"8080542","full_name":"boostorg/coroutine","owner":"boostorg","description":"Boost.Coroutine","archived":false,"fork":false,"pushed_at":"2025-03-15T16:57:48.000Z","size":835,"stargazers_count":82,"open_issues_count":2,"forks_count":67,"subscribers_count":12,"default_branch":"develop","last_synced_at":"2025-03-28T19:09:34.670Z","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":"2013-02-07T20:01:25.000Z","updated_at":"2025-02-14T04:11:10.000Z","dependencies_parsed_at":"2024-12-22T15:10:48.990Z","dependency_job_id":"5184fecd-a07a-40eb-8e4c-5f937ce2cd06","html_url":"https://github.com/boostorg/coroutine","commit_stats":null,"previous_names":[],"tags_count":58,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boostorg%2Fcoroutine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boostorg%2Fcoroutine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boostorg%2Fcoroutine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boostorg%2Fcoroutine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boostorg","download_url":"https://codeload.github.com/boostorg/coroutine/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247242680,"owners_count":20907134,"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.263Z","updated_at":"2025-04-04T20:14:10.873Z","avatar_url":"https://github.com/boostorg.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"boost.coroutine\n===============\n\nboost.coroutine 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\nNote that boost.coroutine is deprecated - boost.coroutine2 is its successor.\nIf you are forced to use a pre-C++11 compiler you should still use boost.coroutine.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboostorg%2Fcoroutine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboostorg%2Fcoroutine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboostorg%2Fcoroutine/lists"}