{"id":19401243,"url":"https://github.com/mishamyrt/effector-queue","last_synced_at":"2026-06-20T05:01:40.382Z","repository":{"id":226957490,"uuid":"769320986","full_name":"mishamyrt/effector-queue","owner":"mishamyrt","description":"☄️ Library for sequential effect execution","archived":false,"fork":false,"pushed_at":"2024-03-10T20:28:24.000Z","size":59,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-18T05:03:55.507Z","etag":null,"topics":["effector","mutex"],"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/mishamyrt.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}},"created_at":"2024-03-08T19:58:44.000Z","updated_at":"2024-03-11T08:14:13.000Z","dependencies_parsed_at":"2024-03-10T20:31:48.208Z","dependency_job_id":"eb840392-e249-4dc0-8615-d86b3a6a0b6c","html_url":"https://github.com/mishamyrt/effector-queue","commit_stats":null,"previous_names":["mishamyrt/effector-queue"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mishamyrt/effector-queue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mishamyrt%2Feffector-queue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mishamyrt%2Feffector-queue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mishamyrt%2Feffector-queue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mishamyrt%2Feffector-queue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mishamyrt","download_url":"https://codeload.github.com/mishamyrt/effector-queue/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mishamyrt%2Feffector-queue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34557553,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["effector","mutex"],"created_at":"2024-11-10T11:17:40.075Z","updated_at":"2026-06-20T05:01:40.336Z","avatar_url":"https://github.com/mishamyrt.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ch1 align=\"center\"\u003e☄️ Effector Queue\u003c/h1\u003e\n    \u003cp align=\"center\"\u003eLibrary for sequential effect execution.\u003c/p\u003e\n    \u003cp align=\"center\"\u003e\n        \u003ca href=\"https://github.com/mishamyrt/effector-queue/actions/workflows/quality-assurance.yaml\"\u003e\n          \u003cimg src=\"https://github.com/mishamyrt/effector-queue/actions/workflows/quality-assurance.yaml/badge.svg\" /\u003e\n        \u003c/a\u003e\n        \u003ca href=\"https://www.npmjs.com/package/effector-queue\"\u003e\n          \u003cimg src=\"https://img.shields.io/npm/v/effector-queue\" /\u003e\n        \u003c/a\u003e\n    \u003c/p\u003e\n\u003c/p\u003e\n\nThis library allows you to make the effects run one after the other, rather than simultaneously. The next one will be executed only after the previous one is finished.\n\n## Installation\n\n```sh\nnpm install --save effector-queue@latest\n```\n\n## Usage\n\nTo create a queue, use the `createQueue` method. It returns a constructor that returns the effects. Effects created in this way will not execute at the same time.\n\n```ts\nconst [createQueueEffect] = createQueue()\n\nconst firstFx = createQueueEffect(firstRequest)\nconst secondFx = createQueueEffect(secondRequest)\nconst thirdFx = createQueueEffect(thirdRequest)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmishamyrt%2Feffector-queue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmishamyrt%2Feffector-queue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmishamyrt%2Feffector-queue/lists"}