{"id":21723185,"url":"https://github.com/gi0baro/rloop","last_synced_at":"2025-10-08T07:27:31.800Z","repository":{"id":263313244,"uuid":"889979822","full_name":"gi0baro/rloop","owner":"gi0baro","description":"An AsyncIO event loop implemented in Rust","archived":false,"fork":false,"pushed_at":"2025-05-01T08:52:04.000Z","size":135,"stargazers_count":145,"open_issues_count":6,"forks_count":1,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-05-11T22:43:40.755Z","etag":null,"topics":["asyncio"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gi0baro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":["gi0baro"]}},"created_at":"2024-11-17T18:07:09.000Z","updated_at":"2025-05-09T01:30:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"ee7fe271-ff6a-4afe-858c-cb39f33b2612","html_url":"https://github.com/gi0baro/rloop","commit_stats":null,"previous_names":["gi0baro/rloop"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gi0baro%2Frloop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gi0baro%2Frloop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gi0baro%2Frloop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gi0baro%2Frloop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gi0baro","download_url":"https://codeload.github.com/gi0baro/rloop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254564121,"owners_count":22092121,"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":["asyncio"],"created_at":"2024-11-26T02:37:42.243Z","updated_at":"2025-10-08T07:27:31.795Z","avatar_url":"https://github.com/gi0baro.png","language":"Python","readme":"# RLoop\n\nRLoop is an [AsyncIO](https://docs.python.org/3/library/asyncio.html) selector event loop implemented in Rust on top of the [mio crate](https://github.com/tokio-rs/mio).\n\n\u003e **Warning**: RLoop is currently a work in progress and definitely not suited for *production usage*.\n\n\u003e **Note:** RLoop is available on Unix systems only.\n\n## Installation\n\n```bash\npip install rloop\n```\n\n## Usage\n\n```python\nimport asyncio\nimport rloop\n\nasyncio.set_event_loop_policy(rloop.EventLoopPolicy())\nloop = asyncio.new_event_loop()\nasyncio.set_event_loop(loop)\n```\n\n## Differences from stdlib\n\nAt current time, when compared with the stdlib's event loop, RLoop doesn't support the following features:\n\n- Unix Domain Sockets\n- SSL\n- debugging\n\nRLoop also doesn't implement the following methods:\n\n- `loop.sendfile`\n- `loop.connect_accepted_socket`\n- `loop.sock_recvfrom`\n- `loop.sock_recvfrom_into`\n- `loop.sock_sendto`\n- `loop.sock_sendfile`\n\n### `call_later` with negative delays\n\nWhile the stdlib's event loop will use the actual delay of callbacks when `call_later` is used with negative numbers, RLoop will treat those as `call_soon`, and thus the effective order will follow the invocation order, not the delay.\n\n## License\n\nRLoop is released under the BSD License.\n","funding_links":["https://github.com/sponsors/gi0baro"],"categories":["Web \u0026 Networking","Rust"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgi0baro%2Frloop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgi0baro%2Frloop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgi0baro%2Frloop/lists"}