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

Promise.all for vector of requests #53

Open
sirmspencer opened this issue Dec 18, 2024 · 1 comment
Open

Promise.all for vector of requests #53

sirmspencer opened this issue Dec 18, 2024 · 1 comment

Comments

@sirmspencer
Copy link

We can optionally pass in a vector of requests instead of just one. As far as I can tell they are are independently launched and the on success is fired for each when it finished. Is there any pattern we can use to mimic a promise.all? That is the multiple calls have a single on success / on failure event that is called after all of the calls resolve.

@mike-thompson-day8
Copy link
Contributor

Some discussion here: day8/re-frame#808

(Not for the promise.all case.)

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

2 participants