{"id":13730583,"url":"https://github.com/mfichman/coro","last_synced_at":"2026-01-18T00:49:27.751Z","repository":{"id":11732623,"uuid":"14257585","full_name":"mfichman/coro","owner":"mfichman","description":"Modern coroutine library for C++","archived":false,"fork":false,"pushed_at":"2016-06-23T13:39:56.000Z","size":84,"stargazers_count":51,"open_issues_count":5,"forks_count":24,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-04T02:09:39.138Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/mfichman.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}},"created_at":"2013-11-09T13:24:01.000Z","updated_at":"2024-07-28T18:54:49.000Z","dependencies_parsed_at":"2022-09-14T15:51:55.201Z","dependency_job_id":null,"html_url":"https://github.com/mfichman/coro","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/mfichman%2Fcoro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfichman%2Fcoro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfichman%2Fcoro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfichman%2Fcoro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mfichman","download_url":"https://codeload.github.com/mfichman/coro/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224695585,"owners_count":17354432,"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-08-03T02:01:16.834Z","updated_at":"2026-01-18T00:49:27.706Z","avatar_url":"https://github.com/mfichman.png","language":"C++","readme":"coro\n====\n\nModern coroutine library for C++, including an async socket I/O implementation (with SSL support).\n\n## Basic Usage\n\n```\nauto c = coro::start([]() {\n   std::cout \u003c\u003c \"I'm a coroutine!\" \u003c\u003c std::endl;\n   coro::sleep(coro::Time::millisec(100));\n});\ncoro::run(); // runs the coroutine dispatch loop\n```\n\nSupport for OS X and Windows!\n\n## Building\n\n```\npip install scons\ncd coro\nscons\n```\n","funding_links":[],"categories":["C++"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmfichman%2Fcoro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmfichman%2Fcoro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmfichman%2Fcoro/lists"}