{"id":17977939,"url":"https://github.com/coderyi/yidispatchqueue","last_synced_at":"2025-06-17T01:06:23.352Z","repository":{"id":56930166,"uuid":"208565671","full_name":"coderyi/YiDispatchQueue","owner":"coderyi","description":"a more convenient tool for dispatch queue","archived":false,"fork":false,"pushed_at":"2019-11-21T06:52:19.000Z","size":32,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-22T08:49:04.712Z","etag":null,"topics":["dispatch","gcd","queue"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","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/coderyi.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":"2019-09-15T08:44:09.000Z","updated_at":"2023-04-04T19:46:02.000Z","dependencies_parsed_at":"2022-08-21T05:50:15.050Z","dependency_job_id":null,"html_url":"https://github.com/coderyi/YiDispatchQueue","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/coderyi/YiDispatchQueue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderyi%2FYiDispatchQueue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderyi%2FYiDispatchQueue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderyi%2FYiDispatchQueue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderyi%2FYiDispatchQueue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderyi","download_url":"https://codeload.github.com/coderyi/YiDispatchQueue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderyi%2FYiDispatchQueue/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260269429,"owners_count":22983645,"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":["dispatch","gcd","queue"],"created_at":"2024-10-29T17:30:13.510Z","updated_at":"2025-06-17T01:06:23.309Z","avatar_url":"https://github.com/coderyi.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YiDispatchQueue\n\na more convenient tool for dispatch queue\n\n## Usage\n\n```\n_queue = [[YiDispatchQueue alloc] init];\n[_queue dispatch:^{\n    NSLog(@\"hello, this is test queue\");\n}];\n    \n[[YiDispatchQueue concurrentDefaultQueue] dispatch:^{\n    NSLog(@\"hello, this is test concurrent queue\");\n}];\n```\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n\n## Installation\n\nYiDispatchQueue is available through [CocoaPods](https://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod 'YiDispatchQueue'\n```\n\n## Author\n\ncoderyi, coderyi@foxmail.com\n\n## License\n\nYiDispatchQueue is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderyi%2Fyidispatchqueue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderyi%2Fyidispatchqueue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderyi%2Fyidispatchqueue/lists"}