p map:同时映射诺言 源码
p图 同时映射诺言 当您需要同时使用不同的输入多次运行承诺返回和异步功能时,此功能很有用。 这与Promise.all()不同之处在于,您可以控制并发性,还可以决定在出现错误时是否停止迭代。 安装 $ npm install p-map 用法 const pMap = require ( 'p-map' ) ; const got = require ( 'got' ) ; const sites = [ getWebsiteFromUsername ( 'https://sindresorhus' ) , //=> Promise 'https://ava.li' , 'https:
文件列表
p-map-main.zip
(预估有个14文件)
p-map-main
index.js
2KB
test.js
3KB
package.json
911B
index.test-d.ts
1KB
readme.md
3KB
.github
funding.yml
111B
workflows
main.yml
436B
暂无评论