{"id":13440286,"url":"https://github.com/dotboris/reentrant_mutex","last_synced_at":"2025-03-20T09:32:48.467Z","repository":{"id":16606755,"uuid":"19361459","full_name":"dotboris/reentrant_mutex","owner":"dotboris","description":"A simple reentrant/recursive mutex for ruby","archived":false,"fork":false,"pushed_at":"2019-01-04T23:03:34.000Z","size":9,"stargazers_count":9,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T20:08:17.621Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dotboris.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-02T00:04:56.000Z","updated_at":"2024-02-27T14:06:04.000Z","dependencies_parsed_at":"2022-07-26T06:02:10.890Z","dependency_job_id":null,"html_url":"https://github.com/dotboris/reentrant_mutex","commit_stats":null,"previous_names":["beraboris/reentrant_mutex"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotboris%2Freentrant_mutex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotboris%2Freentrant_mutex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotboris%2Freentrant_mutex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotboris%2Freentrant_mutex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dotboris","download_url":"https://codeload.github.com/dotboris/reentrant_mutex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244585983,"owners_count":20476852,"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":[],"created_at":"2024-07-31T03:01:21.348Z","updated_at":"2025-03-20T09:32:48.154Z","avatar_url":"https://github.com/dotboris.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"ReentrantMutex\n==============\n\nA simple gem that implements a [reentrant mutex](https://en.wikipedia.org/wiki/Reentrant_mutex).\n\nInstallation\n------------\n\n1. Install it `gem install reentrant_mutex`\n2. Require it `require 'reentrant_mutex'`\n3. Use it\n\nUsage\n-----\n\nThis works exactly like a normal mutex except that you can lock a mutex you already have locked.\n\n```ruby\nrequire 'reentrant_mutex'\n\nmutex = ReentrantMutex.new\nmutex.synchronize do\n  # . . .\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotboris%2Freentrant_mutex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdotboris%2Freentrant_mutex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotboris%2Freentrant_mutex/lists"}