{"id":20696959,"url":"https://github.com/smol-rs/async-lock","last_synced_at":"2025-12-12T14:27:34.851Z","repository":{"id":41406310,"uuid":"264701034","full_name":"smol-rs/async-lock","owner":"smol-rs","description":"Async synchronization primitives","archived":false,"fork":false,"pushed_at":"2025-04-01T15:49:11.000Z","size":215,"stargazers_count":267,"open_issues_count":5,"forks_count":32,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-05-08T00:08:53.172Z","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,"zenodo":null}},"created_at":"2020-05-17T15:42:15.000Z","updated_at":"2025-04-27T10:49:53.000Z","dependencies_parsed_at":"2023-12-11T07:41:05.723Z","dependency_job_id":"5e892609-a914-4c09-b7f9-fe062e036293","html_url":"https://github.com/smol-rs/async-lock","commit_stats":{"total_commits":133,"total_committers":15,"mean_commits":8.866666666666667,"dds":0.6842105263157895,"last_synced_commit":"6bece6e513c67fdd8f87746d5241aa4e677c19f3"},"previous_names":["stjepang/async-lock"],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smol-rs%2Fasync-lock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smol-rs%2Fasync-lock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smol-rs%2Fasync-lock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smol-rs%2Fasync-lock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smol-rs","download_url":"https://codeload.github.com/smol-rs/async-lock/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254076859,"owners_count":22010616,"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:09.607Z","updated_at":"2025-12-12T14:27:29.800Z","avatar_url":"https://github.com/smol-rs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# async-lock\n\n[![Build](https://github.com/smol-rs/async-lock/workflows/Build%20and%20test/badge.svg)](\nhttps://github.com/smol-rs/async-lock/actions)\n[![License](https://img.shields.io/badge/license-Apache--2.0_OR_MIT-blue.svg)](\nhttps://github.com/smol-rs/async-lock)\n[![Cargo](https://img.shields.io/crates/v/async-lock.svg)](\nhttps://crates.io/crates/async-lock)\n[![Documentation](https://docs.rs/async-lock/badge.svg)](\nhttps://docs.rs/async-lock)\n\nAsync synchronization primitives.\n\nThis crate provides the following primitives:\n\n* `Barrier` - enables tasks to synchronize all together at the same time.\n* `Mutex` - a mutual exclusion lock.\n* `RwLock` - a reader-writer lock, allowing any number of readers or a single writer.\n* `Semaphore` - limits the number of concurrent operations.\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-lock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmol-rs%2Fasync-lock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmol-rs%2Fasync-lock/lists"}