{"id":18709011,"url":"https://github.com/baguilar6174/react-ts-queue-app","last_synced_at":"2025-11-09T10:30:33.279Z","repository":{"id":187322346,"uuid":"676686430","full_name":"baguilar6174/react-ts-queue-app","owner":"baguilar6174","description":"Implementation of the queue data structure, using Typescript.","archived":false,"fork":false,"pushed_at":"2023-08-09T20:31:57.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-28T07:42:06.182Z","etag":null,"topics":["data-structures","queue","typescript"],"latest_commit_sha":null,"homepage":"https://stackblitz.com/edit/stackblitz-starters-stguyc","language":"TypeScript","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/baguilar6174.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2023-08-09T19:15:39.000Z","updated_at":"2023-08-09T20:32:51.000Z","dependencies_parsed_at":"2023-08-09T22:06:56.841Z","dependency_job_id":null,"html_url":"https://github.com/baguilar6174/react-ts-queue-app","commit_stats":null,"previous_names":["baguilar6174/react-ts-queue-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baguilar6174%2Freact-ts-queue-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baguilar6174%2Freact-ts-queue-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baguilar6174%2Freact-ts-queue-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baguilar6174%2Freact-ts-queue-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baguilar6174","download_url":"https://codeload.github.com/baguilar6174/react-ts-queue-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239571580,"owners_count":19661165,"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":["data-structures","queue","typescript"],"created_at":"2024-11-07T12:26:00.042Z","updated_at":"2025-02-19T00:19:49.570Z","avatar_url":"https://github.com/baguilar6174.png","language":"TypeScript","readme":"# Data structure Queue\n\nImplementation of the queue data structure, using Typescript.\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\" valign=\"center\"\u003e\u003cimg src=\"./media/queue.png\" width=\"100%\"\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n## Usage\n\n```typescript\nasync function worker(amount: number, done: (result: number) =\u003e void) {\n  const result = await updateAmount(amount); // For exmaple API call\n  done(result);\n}\n\nconst updateAmountQueued = Queue(worker);\n\nupdateAmountQueued(amount * multiplier, function callback(result) {\n  // Your result in result variable\n});\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaguilar6174%2Freact-ts-queue-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaguilar6174%2Freact-ts-queue-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaguilar6174%2Freact-ts-queue-app/lists"}