{"id":21819499,"url":"https://github.com/blocka/async-queue","last_synced_at":"2025-03-21T10:40:57.187Z","repository":{"id":66609764,"uuid":"53058987","full_name":"blocka/async-queue","owner":"blocka","description":"A queue for asynchronous javascript functions","archived":false,"fork":false,"pushed_at":"2016-03-03T15:02:55.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T07:11:19.770Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blocka.png","metadata":{"files":{"readme":"readme","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-03-03T14:59:10.000Z","updated_at":"2016-03-03T14:59:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"bf3a9545-b41f-49bd-b005-cacbdc458ce1","html_url":"https://github.com/blocka/async-queue","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/blocka%2Fasync-queue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blocka%2Fasync-queue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blocka%2Fasync-queue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blocka%2Fasync-queue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blocka","download_url":"https://codeload.github.com/blocka/async-queue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244780064,"owners_count":20509273,"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-11-27T16:19:30.964Z","updated_at":"2025-03-21T10:40:57.180Z","avatar_url":"https://github.com/blocka.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Usage:\n```\nconst asyncCall = (callback) =\u003e {\n   setTimeout(callback,1000);\n};\n\nconst queue = new AsyncQueue();\n\nfor(let i = 0; i \u003c 5; i++) {\n\tqueue.push(next =\u003e asyncCall(() =\u003e {\n\t\tconsole.log(i);\n\t\tnext();\t\n\t});\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblocka%2Fasync-queue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblocka%2Fasync-queue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblocka%2Fasync-queue/lists"}