{"id":20696956,"url":"https://github.com/smol-rs/async-executor","last_synced_at":"2026-02-15T18:08:52.079Z","repository":{"id":41098913,"uuid":"281916889","full_name":"smol-rs/async-executor","owner":"smol-rs","description":"Async executor","archived":false,"fork":false,"pushed_at":"2025-04-28T17:58:42.000Z","size":161,"stargazers_count":363,"open_issues_count":11,"forks_count":48,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-05-08T00:08:53.144Z","etag":null,"topics":["async","rust"],"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/smol-rs.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-23T10:06:44.000Z","updated_at":"2025-05-03T12:25:21.000Z","dependencies_parsed_at":"2024-02-25T00:26:49.519Z","dependency_job_id":"411102b7-3270-4444-a0e0-6b61e6d412c5","html_url":"https://github.com/smol-rs/async-executor","commit_stats":{"total_commits":130,"total_committers":15,"mean_commits":8.666666666666666,"dds":0.7230769230769231,"last_synced_commit":"9335b7e88d7e512203f44555467b0f20990437b4"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smol-rs%2Fasync-executor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smol-rs%2Fasync-executor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smol-rs%2Fasync-executor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smol-rs%2Fasync-executor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smol-rs","download_url":"https://codeload.github.com/smol-rs/async-executor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254070107,"owners_count":22009559,"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","rust"],"created_at":"2024-11-17T00:16:08.189Z","updated_at":"2026-02-15T18:08:52.030Z","avatar_url":"https://github.com/smol-rs.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# async-executor\n\n[![Build](https://github.com/smol-rs/async-executor/actions/workflows/ci.yml/badge.svg)](\nhttps://github.com/smol-rs/async-executor/actions)\n[![License](https://img.shields.io/badge/license-Apache--2.0_OR_MIT-blue.svg)](\nhttps://github.com/smol-rs/async-executor)\n[![Cargo](https://img.shields.io/crates/v/async-executor.svg)](\nhttps://crates.io/crates/async-executor)\n[![Documentation](https://docs.rs/async-executor/badge.svg)](\nhttps://docs.rs/async-executor)\n\nAsync executors.\n\nThis crate provides two reference executors that trade performance for\nfunctionality. They should be considered reference executors that are \"good\nenough\" for most use cases. For more specialized use cases, consider writing\nyour own executor on top of [`async-task`].\n\n[`async-task`]: https://crates.io/crates/async-task\n\n## Examples\n\n```rust\nuse async_executor::Executor;\nuse futures_lite::future;\n\n// Create a new executor.\nlet ex = Executor::new();\n\n// Spawn a task.\nlet task = ex.spawn(async {\n    println!(\"Hello world\");\n});\n\n// Run the executor until the task completes.\nfuture::block_on(ex.run(task));\n```\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 submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmol-rs%2Fasync-executor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmol-rs%2Fasync-executor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmol-rs%2Fasync-executor/lists"}