Skip to main content
Module

x/typeorm/src/index.ts>PromiseUtils.settle

Forked from https://github.com/typeorm/typeorm
Latest
method PromiseUtils.settle
Re-export
import { PromiseUtils } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/index.ts";

Returns a promise that is fulfilled with an array of promise state snapshots, but only after all the original promises have settled, i.e. become either fulfilled or rejected.

Parameters

promises: Promise<any>[]