{"id":20595295,"url":"https://github.com/myty/dispatch-queue","last_synced_at":"2026-05-15T21:32:11.854Z","repository":{"id":60643222,"uuid":"544146887","full_name":"myty/dispatch-queue","owner":"myty","description":"A dispatch queue built in Typescript with the ability to configure multiple queue processors.","archived":false,"fork":false,"pushed_at":"2023-02-11T01:15:29.000Z","size":57,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-28T01:37:42.761Z","etag":null,"topics":["deno","hacktoberfest","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/myty.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-01T19:13:09.000Z","updated_at":"2022-11-22T12:48:26.000Z","dependencies_parsed_at":"2024-11-16T08:12:40.198Z","dependency_job_id":"8e1b64a4-07fc-4f85-b953-c40ff63125fd","html_url":"https://github.com/myty/dispatch-queue","commit_stats":{"total_commits":15,"total_committers":1,"mean_commits":15.0,"dds":0.0,"last_synced_commit":"7adf8a392824eed5ff3453f6ca2d8728b0c379fc"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/myty/dispatch-queue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myty%2Fdispatch-queue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myty%2Fdispatch-queue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myty%2Fdispatch-queue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myty%2Fdispatch-queue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/myty","download_url":"https://codeload.github.com/myty/dispatch-queue/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myty%2Fdispatch-queue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33080777,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["deno","hacktoberfest","typescript"],"created_at":"2024-11-16T08:12:37.914Z","updated_at":"2026-05-15T21:32:11.824Z","avatar_url":"https://github.com/myty.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DispatchQueue\n\n[![GitHub version](https://badgen.net/github/release/myty/dispatch-queue?color=green)](https://github.com/myty/dispatch-queue)\n[![deno land](https://badgen.net/github/release/myty/dispatch-queue?color=green\u0026label=deno.land)](https://deno.land/x/dispatch_queue)\n[![npm version](https://badgen.net/npm/v/@myty/dispatch-queue?color=green)](https://www.npmjs.com/package/@myty/dispatch-queue)\n[![Coverage Status](https://badgen.net/coveralls/c/github/myty/dispatch-queue?color=green)](https://coveralls.io/github/myty/dispatch-queue?branch=main)\n\nA dispatch queue with the ability to configure multiple queue processors.\n\n## Installation\n\n### Node.js\n\n```bash\n# npm\nnpm install --save @myty/dispatch-queue\n# yarn\nyarn add @myty/dispatch-queue\n# pnpm\npnpm install --save @myty/dispatch-queue\n```\n\n### Deno\n\n```bash\nimport DispatchQueue from \"https://deno.land/x/dispatch_queue/mod.ts\";\n```\n\n## Example Usage\n\n```typescript\nconst dispatcher = new DispatchQueue\u003cstring\u003e({\n  processor: (stringValue, workerId) =\u003e {\n    conosle.log(`Worker, '${workerId}', is processing: '${stringValue}'`);\n  },\n});\n\ndispatcher.process(\"test1\");\n// OUTPUT: \"Worker, 'worker-1', is processing: 'test1'\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyty%2Fdispatch-queue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmyty%2Fdispatch-queue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyty%2Fdispatch-queue/lists"}