We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d00a5c commit 8e4f446Copy full SHA for 8e4f446
doc/vital/Async/Promise.txt
@@ -379,8 +379,8 @@ wait({promise}[, {options}]) *Vital.Async.Promise.wait()*
379
>
380
chain({promise_factories}) *Vital.Async.Promise.chain()*
381
Chain promises produced by {promise_factories} (|List| of |Function|)
382
- and return a result |List| which contains result of each produced
383
- promises.
+ and return a promise which resolves to a result |List| which contains
+ result of each produced promises.
384
It is like an asynchronous sequential call. It rejects when one of
385
function in {promise_factories} has failed or produced promises
386
rejects. Note that it stops producing promises by functions after
0 commit comments