{"id":28710587,"url":"https://github.com/bowencool/async-utilities","last_synced_at":"2025-06-14T21:07:11.279Z","repository":{"id":37342594,"uuid":"369436841","full_name":"bowencool/async-utilities","owner":"bowencool","description":"An asynchronous tools library in the style of higher-order functions.","archived":false,"fork":false,"pushed_at":"2024-12-11T08:54:28.000Z","size":2546,"stargazers_count":12,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-05T10:21:05.514Z","etag":null,"topics":["abort","abortable","async","asynchronous","cancel","cancelable","concurrent","concurrent-queue","concurrently","debounce","promise","retry","throttle","timeout","typescript","utilities","utils"],"latest_commit_sha":null,"homepage":"https://bowencool.github.io/async-utilities/","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/bowencool.png","metadata":{"files":{"readme":"readme.md","changelog":"CHANGELOG.md","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":"2021-05-21T06:32:48.000Z","updated_at":"2025-01-16T01:31:01.000Z","dependencies_parsed_at":"2024-10-26T01:39:37.571Z","dependency_job_id":"8322f909-d8ed-4ccd-abdd-799978fecd9f","html_url":"https://github.com/bowencool/async-utilities","commit_stats":{"total_commits":170,"total_committers":3,"mean_commits":"56.666666666666664","dds":"0.48235294117647054","last_synced_commit":"6570ab369bb957bfaa43c45572e9445f553a2b54"},"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/bowencool/async-utilities","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bowencool%2Fasync-utilities","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bowencool%2Fasync-utilities/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bowencool%2Fasync-utilities/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bowencool%2Fasync-utilities/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bowencool","download_url":"https://codeload.github.com/bowencool/async-utilities/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bowencool%2Fasync-utilities/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259884468,"owners_count":22926445,"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":["abort","abortable","async","asynchronous","cancel","cancelable","concurrent","concurrent-queue","concurrently","debounce","promise","retry","throttle","timeout","typescript","utilities","utils"],"created_at":"2025-06-14T21:07:10.497Z","updated_at":"2025-06-14T21:07:11.262Z","avatar_url":"https://github.com/bowencool.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Async Utilities\n\n\u003cp align=\"center\"\u003e\n  \u003ca href='https://github.com/bowencool/async-utilities/actions/workflows/gh-pages.yml'\u003e\u003cimg src='https://github.com/bowencool/async-utilities/actions/workflows/gh-pages.yml/badge.svg' alt='Actions Status' /\u003e\u003c/a\u003e\n  \u003ca href='https://coveralls.io/github/bowencool/async-utilities?branch=main'\u003e\u003cimg src='https://coveralls.io/repos/github/bowencool/async-utilities/badge.svg?branch=main' alt='Coverage Status' /\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@bowencool/async-utilities\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/@bowencool/async-utilities.svg?style=flat-square\" alt=\"npm version\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@bowencool/async-utilities\"\u003e\u003cimg src=\"https://img.shields.io/npm/dt/@bowencool/async-utilities.svg?style=flat-square\" alt=\"npm downloads\" /\u003e\u003c/a\u003e\n  \u003c!-- \u003ca target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://npmjs.org/package/@bowencool/async-utilities\"\u003e\u003cimg src=\"https://img.shields.io/npm/dm/@bowencool/async-utilities.svg?style=flat\" alt=\"NPM downloads\"\u003e\u003c/a\u003e --\u003e\n  \u003cimg src=\"https://img.badgesize.io/https:/unpkg.com/@bowencool/async-utilities/umd/index.js?label=gzip%20size\u0026amp;compression=gzip\" alt=\"gzip size\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/bowencool/async-utilities\" alt=\"GitHub\"\u003e\n  \u003ca href=\"https://github.com/bowencool/create-vitepress-demo\"\u003e\u003cimg src=\"https://img.shields.io/badge/docs%20by-vitepress-blue\" alt=\"vitepress\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n一个异步工具库，风格以高阶函数为主。\n\nAn asynchronous tools library in the style of higher-order functions. [Website](https://bowencool.github.io/async-utilities/)\n\n# Usage\n\n使用 npm：\n\n```bash\nnpm i @bowencool/async-utilities\n```\n\n```ts\nimport { throttleAsyncResult } from '@bowencool/async-utilities';\n```\n\n在浏览器中：\n\n```html\n\u003cscript scr=\"//unpkg.com/@bowencool/async-utilities\"\u003e\u003c/script\u003e\n\u003c!-- or --\u003e\n\u003cscript scr=\"//cdn.jsdelivr.net/npm/@bowencool/async-utilities\"\u003e\u003c/script\u003e\n```\n\n# Todo\n\n- ~~cacheAsync~~ see [memoizee](https://github.com/medikoo/memoizee#memoizing-asynchronous-functions) or [lru-pcache](https://github.com/jmendiara/lru-pcache)\n- [ ] abort fetch \u0026 xhr\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbowencool%2Fasync-utilities","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbowencool%2Fasync-utilities","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbowencool%2Fasync-utilities/lists"}