Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

await all promises at the same time, whenever possible #3

Open
garg3133 opened this issue May 27, 2021 · 0 comments
Open

await all promises at the same time, whenever possible #3

garg3133 opened this issue May 27, 2021 · 0 comments

Comments

@garg3133
Copy link
Owner

If two or more promises are resolved one after another and they are not related to each other, resolve all of them using Promise.all(). Ex. resolving promises of client configs/templates in index file of actions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant