p-all:与可选的有限并发性同时运行承诺返回和异步功能

时间:2024-06-14 21:13:05
【文件属性】:

文件名称:p-all:与可选的有限并发性同时运行承诺返回和异步功能

文件大小:6KB

文件格式:ZIP

更新时间:2024-06-14 21:13:05

JavaScript

全部 与可选的有限并发性同时运行承诺返回和异步功能 与Promise.all()相似,但是直接接受函数而不是promise来限制并发性。 如果您在每个函数中都执行相同的工作,请改用 。 有关串行对应物,请参见 。 安装 $ npm install p-all 用法 const pAll = require ( 'p-all' ) ; const got = require ( 'got' ) ; ( async ( ) => { const actions = [ ( ) => got ( 'https://sindresorhus.com' ) , ( ) => got ( 'https://ava.li' ) , ( ) => checkSomething ( ) , ( ) => doSomethingElse ( ) ] ; console . log


【文件预览】:
p-all-main
----.gitignore(23B)
----.github()
--------workflows()
--------funding.yml(91B)
----.gitattributes(19B)
----package.json(944B)
----index.test-d.ts(528B)
----readme.md(2KB)
----index.js(133B)
----index.d.ts(4KB)
----test.js(400B)
----.editorconfig(175B)
----license(1KB)
----.npmrc(19B)

网友评论