promise-unmap:等待所有的诺言兑现,如果所有的诺言都兑现了,则抛出

时间:2024-06-04 00:42:33
【文件属性】:

文件名称:promise-unmap:等待所有的诺言兑现,如果所有的诺言都兑现了,则抛出

文件大小:50KB

文件格式:ZIP

更新时间:2024-06-04 00:42:33

map lightweight promises serial parallel

promiseUnmap 与相似,具有一些含义: 如果所有的诺言都得到解决,那么全球的诺言就解决了,那就是相同的。 所有的承诺都将开始,取消映射不会 完成,直到所有人都解决或拒绝为止。 如果任何promise拒绝,则promiseUnmap将拒绝,并返回一个错误,其中包含其主体中的所有错误err.errors: Array 。 全局错误的消息将是:“一个或多个任务失败”。 任何实现也将在err.fulfillments: Array 如果实现,它将解决实现图。 用法 const {promiseUnmap} = require('promise-unmap')或import {promiseUnmap} from 'promise-unmap' 它接受一组诺言或返回诺言的函数。 const { promiseUnmap } = require ( '


【文件预览】:
promise-unmap-master
----package.json(1KB)
----package-lock.json(190KB)
----src()
--------index.spec.ts(3KB)
--------index.ts(2KB)
----.npmignore(123B)
----tsconfig.json(180B)
----.gitignore(95B)
----lib()
--------index.js(2KB)
--------index.spec.d.ts(11B)
--------index.spec.js(4KB)
--------index.d.ts(230B)
----.circleci()
--------config.yml(980B)
----README.md(4KB)

网友评论