{"id":17470759,"url":"https://github.com/matsumotory/mruby-mutex","last_synced_at":"2025-04-30T08:24:57.533Z","repository":{"id":33079356,"uuid":"36716489","full_name":"matsumotory/mruby-mutex","owner":"matsumotory","description":"mutex class for mruby","archived":false,"fork":false,"pushed_at":"2017-05-08T07:08:49.000Z","size":13,"stargazers_count":6,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-30T14:23:59.503Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matsumotory.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-02T07:39:23.000Z","updated_at":"2025-02-28T04:24:18.000Z","dependencies_parsed_at":"2022-09-12T18:24:00.120Z","dependency_job_id":null,"html_url":"https://github.com/matsumotory/mruby-mutex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsumotory%2Fmruby-mutex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsumotory%2Fmruby-mutex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsumotory%2Fmruby-mutex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsumotory%2Fmruby-mutex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matsumotory","download_url":"https://codeload.github.com/matsumotory/mruby-mutex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251667601,"owners_count":21624531,"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-10-18T16:09:31.000Z","updated_at":"2025-04-30T08:24:57.502Z","avatar_url":"https://github.com/matsumotory.png","language":"C","readme":"# mruby-mutex   [![Build Status](https://travis-ci.org/matsumotory/mruby-mutex.png?branch=master)](https://travis-ci.org/matsumotory/mruby-mutex)\nMutex class\n## install by mrbgems\n- add conf.gem line to `build_config.rb`\n\n```ruby\nMRuby::Build.new do |conf|\n\n    # ... (snip) ...\n\n    conf.gem :github =\u003e 'matsumoto-r/mruby-mutex'\nend\n```\n## example\n```ruby\nm = Mutex.new\n# for global\n# m = Mutex.new :global =\u003e true\nm.lock\n# critical section\nm.unlock\n```\n\n## License\nunder the MIT License:\n- see LICENSE file\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatsumotory%2Fmruby-mutex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatsumotory%2Fmruby-mutex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatsumotory%2Fmruby-mutex/lists"}