buildPromiseChain
buildPromiseChain(factories, [head], [parameters]) ⇒ Promise
Kind: global function
Param | Type | Description |
---|---|---|
factories | Array.<function(*): Promise> | |
[head] | Promise | chain head, promise to be resolved before rest of the links |
[parameters] | Array | parameters are passed into each factory |