{"id":16338899,"url":"https://github.com/vorner/corona","last_synced_at":"2026-03-03T18:32:19.825Z","repository":{"id":57610843,"uuid":"92975806","full_name":"vorner/corona","owner":"vorner","description":"Coroutine and async/await support for tokio-based futures","archived":false,"fork":false,"pushed_at":"2020-03-07T19:49:21.000Z","size":342,"stargazers_count":120,"open_issues_count":1,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-28T00:31:45.126Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vorner.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-31T18:21:48.000Z","updated_at":"2025-10-10T12:29:04.000Z","dependencies_parsed_at":"2022-08-27T20:01:56.093Z","dependency_job_id":null,"html_url":"https://github.com/vorner/corona","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/vorner/corona","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vorner%2Fcorona","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vorner%2Fcorona/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vorner%2Fcorona/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vorner%2Fcorona/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vorner","download_url":"https://codeload.github.com/vorner/corona/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vorner%2Fcorona/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30054600,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-10-10T23:53:02.949Z","updated_at":"2026-03-03T18:32:19.796Z","avatar_url":"https://github.com/vorner.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Corona\n\n## Deprecated\n\nThis library supports tokio 0.1, which is outdated. There's not much need for it\nany more since Rust supports native async/await syntax. Use some of the async\nlibraries directly.\n\n## About the library\n\n[![Travis Build Status](https://api.travis-ci.org/vorner/corona.svg?branch=master)](https://travis-ci.org/vorner/corona)\n[![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/ygytb97bion810ru/branch/master?svg=true)](https://ci.appveyor.com/project/vorner/corona/branch/master)\n\nWhen you need to get the asynchronous out of the way.\n\nCorona is a library providing stackful coroutines for Rust. They integrate well\nwith futures ‒ it is possible to switch between the abstractions as needed, each\ncoroutine is also a future and a coroutine can wait for a future to complete.\nFurthermore, the futures don't have to be `'static`.\n\nOn the other hand, there's a runtime cost to the library. The performance does\nnot necessarily suffer (as seen in the\n[benchmarks](https://vorner.github.io/async-bench.html)). But each coroutine has\nits own stack, which takes memory.\n\nYou want to read the [docs](https://docs.rs/corona) and examine the\n[examples](https://github.com/vorner/corona/tree/master/examples).\n\n## License\n\nLicensed under either of\n\n * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally\nsubmitted for inclusion in the work by you, as defined in the Apache-2.0\nlicense, shall be dual licensed as above, without any additional terms\nor conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvorner%2Fcorona","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvorner%2Fcorona","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvorner%2Fcorona/lists"}