promise-chunk:分块运行本机承诺列表

时间:2024-04-30 15:04:11
【文件属性】:

文件名称:promise-chunk:分块运行本机承诺列表

文件大小:142KB

文件格式:ZIP

更新时间:2024-04-30 15:04:11

promise chunk batch TypeScript

许诺块 分块运行本机promise的列表。 例子 import promiseChunk from '@myrotvorets/promise-chunk' function * requestGenerator ( ) : Generator < Promise> > > { const ids = [ '81e' , 'a46' , 'SQIzfUkYJ' , 'JFPROfGtQ' , 'g-gQiPV-_' ] for ( let id of ids ) { const url = `https://api.thecatapi.com/v1/images/ ${ id } ` ; yield fetch ( url ) . then ( ( response ) => res


【文件预览】:
promise-chunk-master
----.eslintrc.json(194B)
----.gitignore(56B)
----package.json(2KB)
----sonar-project.properties(236B)
----.npmrc(38B)
----package-lock.json(531KB)
----jest.config.js(616B)
----LICENSE(1KB)
----tsconfig.json(521B)
----.github()
--------workflows()
--------dependabot.yml(204B)
----.prettierrc.json(116B)
----.prettierignore(46B)
----README.md(1KB)
----.eslintignore(34B)
----lib()
--------index.ts(888B)
----test()
--------index.test.ts(2KB)

网友评论