{"id":16984634,"url":"https://github.com/not-nik/sydney","last_synced_at":"2025-03-22T00:46:32.305Z","repository":{"id":104029303,"uuid":"531599805","full_name":"Not-Nik/sydney","owner":"Not-Nik","description":"A C++ 20 coroutine runtime","archived":false,"fork":false,"pushed_at":"2022-09-01T16:29:07.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T05:08:57.048Z","etag":null,"topics":["async","coroutines","cpp20","runtime"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Not-Nik.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":"2022-09-01T16:27:45.000Z","updated_at":"2022-09-01T16:28:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"d429761f-aec0-4994-b453-3b170b670cfe","html_url":"https://github.com/Not-Nik/sydney","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/Not-Nik%2Fsydney","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Not-Nik%2Fsydney/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Not-Nik%2Fsydney/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Not-Nik%2Fsydney/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Not-Nik","download_url":"https://codeload.github.com/Not-Nik/sydney/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244890089,"owners_count":20527031,"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","coroutines","cpp20","runtime"],"created_at":"2024-10-14T02:33:00.285Z","updated_at":"2025-03-22T00:46:32.261Z","avatar_url":"https://github.com/Not-Nik.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sydney\n\nA C++ 20 coroutine runtime\n\n## Usage\n\n```cpp\n#include \u003csydney/sydney.h\u003e\n\nsydney::coroutine\u003cvoid\u003e async_main() {\n    // Do your async programming here\n    co_return;\n}\n\nint main() {\n    sydney::start_at(async_main());\n    return 0;\n}\n```\n\n## I/O Operations\n\nsydney currently doesn't abstract system specific async I/O functions, but you can use `sydney::spawn_blocking` to run\nblocking functions on a thread from a thread pool.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnot-nik%2Fsydney","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnot-nik%2Fsydney","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnot-nik%2Fsydney/lists"}