You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That means that if PromiseResult is Resolved, it might be useful to collect all successful results from handlers/promises and return these as the result of deep.await function.
Also when any of PromiseResult is Rejected, it should behave as error was thrown, at the same time it should also return all successful results, and all rejected.
The text was updated successfully, but these errors were encountered:
That means that if PromiseResult is Resolved, it might be useful to collect all successful results from handlers/promises and return these as the result of
deep.await
function.Also when any of PromiseResult is Rejected, it should behave as error was thrown, at the same time it should also return all successful results, and all rejected.
The text was updated successfully, but these errors were encountered: